Database Error Messages

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

OCI-29806

could not find binding #operator_bind_number for operator operator_schema.operator_name during indextype export
  • operator_bind_number: The binding number identifying the signature of the operator.
  • operator_schema: The schema of the operator.
  • operator_name: The name of the operator.

Cause

An attempt was made to export an indextype but one of the operator bindings could not be found.


Action

Verify that the indextype and the dependent operators are valid. Retry the operation.