Oracle Solution for Error ora-29885

Solution for Oracle Error ORA-29885

ORA-29885: domain index is defined on the column to be modified

What triggered the Error:

An ALTER TABLE MODIFY COLUMN was issued on a column on which a domain index exists.

What should we do to fix it:

Drop the domain index before attempting to modify the column.