Database Error Messages

ORA-29953

Cannot issue a DDL statement on domain index partition string which is in FAILED status.

Cause

Attempted to start a partition maintenance operation on a table with the specified domain index partition in a FAILED state or to modify the parameters of that specified domain index partition in a FAILED state.


Action

Rebuild the index partition by using the ALTER INDEX REBUILD PARTITION statement or remove all rows from the partition using the ALTER TABLE TRUNCATE PARTITION statement.