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.
        
     
    
    
        ORA-29954
        domain index partition is marked LOADING/FAILED/UNUSABLE
        
        
        Cause
        An attempt has been made to access a domain index that is being built or is marked failed by an unsuccessful DDL or is marked unusable by a DDL operation.
        Action
        Wait if the specified index partition is marked LOADING Rebuild the specified index partition if it is marked FAILED or UNUSABLE.
        
     
    
    
        ORA-29954
        domain index partition is marked LOADING/FAILED/UNUSABLE
        
        
        Cause
        An attempt has been made to access a domain index that is being built or is marked failed by an unsuccessful DDL or is marked unusable by a DDL operation.
        Action
        Wait if the specified index partition is marked LOADING Rebuild the specified index partition if it is marked FAILED or UNUSABLE.