Oracle Solution for Error ora-29953

Solution for Oracle Error ORA-29953

ORA-29953: cannot issue DDL on a domain index partition marked as FAILED

What triggered the Error:

Tried to issue a DROP/ALTER on a domain index partition in a FAILED state.

What should we do to fix it:

do ALTER INDEX REBUILD PARTITION to rebuild the index partition OR ALTER TABLE TRUNCATE PARTITION to mark the index partition as valid.