Database Error Messages

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

ORA-29954

Domain index partition partition_name is marked partition_status and currently not usable.
  • partition_name: The name of the domain index partition.
  • partition_status: The status of the domain index partition. The statuses: LOADING, FAILED, or UNUSABLE.

Cause

An attempt was made to access a domain index partition that was either:

  • being built, or
  • marked FAILED, or
  • marked LOADING, or
  • marked UNUSABLE

by an unsuccessful Data Definition Language (DDL) statement.


Action

Wait for the domain index operation on the partition to complete if it is marked LOADING. Rebuild the domain index partition if it is marked FAILED or UNUSABLE.