Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-29968

No primary operator bindings found for ancillary binding #binding_number of operator operator_schema.operator_name.
  • binding_number: The binding number identifying the argument combination of the operator.
  • operator_schema: The schema of the operator object.
  • operator_name: The name of the operator object.

Cause

At least one ancillary binding of the specified operator could not be validated because all of its associated primary operator bindings have been dropped.


Action

Either drop the ancillary binding whose primary operators are missing, or drop the entire operator if this is the only binding.