Message Oracle ORA-29884 - domain index is defined on the column to be dropped

ERRORdomain index is defined on the column to be dropped
CAUSEAn ALTER TABLE DROP COLUMN was issued on a column on which a domain index exists.
ACTIONDrop the domain index before attempting to drop the column.