Когда я пытаюсь изменить длину столбца моей таблицы, я получаю следующую ошибку Oracle:
SQL Error: ORA-30556: either functional or bitmap join index is defined on the column to be modified
30556. 00000 - "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.
Как мы можем изменить размер нашего столбца?