ORA-29922
        Scan of domain index "index_schema"."index_name" returned an invalid ROWID.
        - index_schema: The schema of the domain index.
- index_name: The name of the domain index.
        Cause
        The scan of the specified domain index returned an incorrectly formatted ROWID.
        Action
        Ensure the implementation of the data cartridge index maintenance methods are correct. For external implementations, review the documentation of the data cartridge from the external vendor. Otherwise, contact Oracle Support.
        
     
    
    
        ORA-29922
        Invalid rowid returned by the user-defined query methods
        
        
        Cause
        An invalid row identifier was returned by the user-defined query methods.
        Action
        Check the implementation of the indextype methods to make sure that the index creation and query methods are correct.
        
     
    
    
        ORA-29922
        Invalid rowid returned by the user-defined query methods
        
        
        Cause
        An invalid row identifier was returned by the user-defined query methods.
        Action
        Check the implementation of the indextype methods to make sure that the index creation and query methods are correct.