Database Error Messages

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

ORA-29959

Error while executing the routine_name routine for one or more index partitions of index index_owner.index_name.
error_summary
  • routine_name: The name of the Oracle Data Cartridge Interface (ODCI) routine that encountered an error.
  • index_owner: The schema name of the index.
  • index_name: The name of the index.
  • error_summary: A string describing the underlying errors encountered by the routine; either by being raised from the routine's implementation of the routine or by being registered in the SYS.ODCI_WARNINGS$ table prior to returning the ODCI_FATAL return code.

Cause

Execution of specified data cartridge routine returned an ODCI_ERROR_CONTINUE return code while processing one or more index partitions.


Action

Review the other error messages associated with this error and take the appropriate action to resolve them. Check the dictionary views to see which partitions are marked FAILED. Rebuild or truncate the FAILED index partitions.