ORA-29868
        Cannot modify domain index in LOADING status.
        
        
        Cause
        Attempted to execute a data definition language (DDL) statement which affected a domain index in LOADING state.
        Action
        Retry after the domain index operation completes. Contact Oracle Support Services if the domain index status remains in LOADING state.
        
     
    
    
        ORA-29868
        cannot issue DDL on a domain index marked as LOADING
        
        
        Cause
        Tried to issue a DROP/ALTER/TRUNCATE on a domain index in a LOADING state.
        Action
        Wait till the index operation completes OR issue a DROP INDEX FORCE to drop the index.
        
     
    
    
        ORA-29868
        cannot issue DDL on a domain index marked as LOADING
        
        
        Cause
        Tried to issue a DROP/ALTER/TRUNCATE on a domain index in a LOADING state.
        Action
        Wait till the index operation completes OR issue a DROP INDEX FORCE to drop the index.