OCI-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.
        
     
    
    
        OCI-29953
        cannot issue DDL on a domain index partition marked as FAILED
        
        
        Cause
        Tried to issue a DROP/ALTER on a domain index partition in a FAILED state.
        Action
        do ALTER INDEX REBUILD PARTITION to rebuild the index partition OR ALTER TABLE TRUNCATE PARTITION to mark the index partition as valid.
        
     
    
    
        OCI-29953
        cannot issue DDL on a domain index partition marked as FAILED
        
        
        Cause
        Tried to issue a DROP/ALTER on a domain index partition in a FAILED state.
        Action
        do ALTER INDEX REBUILD PARTITION to rebuild the index partition OR ALTER TABLE TRUNCATE PARTITION to mark the index partition as valid.