ORA-29967: Cannot drop an operator binding with dependent objects Cause: The operator bindingthat is being dropped has dependent objects. Action: Either drop thedependent objects first and then issue the ALTER
OPERATOR DROP BINDING command or specify the FORCE option with ALTER
OPERATOR DROP BINDING.