Oracle Solution for Error ora-29884

Solution for Oracle Error ORA-29884

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

What triggered the Error:

An ALTER TABLE DROP 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 drop the column.