Oracle Solution for Error ora-29967

Solution for Oracle Error ORA-29967

ORA-29967: Cannot drop an operator binding with dependent objects

What triggered the Error:

The operator binding that is being dropped has dependent objects.

What should we do to fix it:

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