Oracle Error ORA-29809: cannot drop an operator with dependent objects

Oracle Error Message

ORA-29809: cannot drop an operator with dependent objects

Reason for the Error

The operator which is being dropped has some dependent objects.

Solution

Either drop the dependent objects first and then issue the DROP OPERATOR command or specify the FORCE option with DROP OPERATOR.