Description functional index is defined on the column to be modified
Cause An ALTER TABLE MODIFY COLUMN was issued on a column on which a functional index exists.
Solution/Action Drop the functional index before attempting to modify the column.

Commnets