ORA-29809: cannot drop an operator with dependent objects Cause: The operator which isbeing dropped has some dependent objects. Action: Either drop thedependent objects first and then issue the DROP
OPERATOR command or specify the FORCE option with DROP OPERATOR.