Database Error Messages

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

OCI-29861

Domain index index_schema.index_name is marked index_status and currently not usable.
  • index_schema: The schema of the domain index.
  • index_name: The name of the domain index.
  • index_status: The status of the domain index (that is, LOADING, FAILED or UNUSABLE).

Cause

An attempt was been made to access a domain index that was being built or was marked failed by an unsuccessful data definition language (DDL) or was marked unusable by a DDL operation.


Action

Wait for the index build to finish if the specified index is marked LOADING. Drop or rebuild the specified index if it is marked FAILED. Drop or rebuild the specified index if it is marked UNUSABLE.