Database Error Messages

ORA-29962

ODCI_FATAL returned by the implementation of the ODCIINDEXALTER routine for index index_owner.index_name.
error_summary
  • 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 ODCIINDEXALTER routine; either by being raised from the routine's implementation or by being registered in the SYS.ODCI_WARNINGS$ table prior to returning the ODCI_FATAL return code.

Cause

The implementation of the ODCIINDEXALTER routine of a domain index returned the ODCI_FATAL error code.


Action

Review the error messages associated with this error and take the appropriate action to resolve them. Rebuild the domain index or domain index partitions that are marked as FAILED, and retry the operation.