ORA-30556: either functional or bitmap join index is defined on the column to be modified Cause: An ALTER TABLE MODIFY COLUMN was issued on a column on which either a functional index or bitmap join index exists. Action: Drop the functional or bitmap join index before attempting to modify the column.