ORA-31088
        Object "owner_name"."object_name" depends on the XML schema.
        - owner_name: The owner of the dependent object.
- object_name: The name of the dependent object.
        Cause
        An attempt was made to delete an XML schema that had dependent objects.
        Action
        Either drop the dependent objects prior to deleting the XML schema or use the CASCADE or FORCE options.
        
     
    
    
        ORA-31088
        object "string"."string" depends on the schema
        
        
        Cause
        An attempt was made to delete a schema which has dependent objects.
        Action
        Either drop the dependent objects prior to deleting the schema or use the CASCADE or FORCE options.
        
     
    
    
        ORA-31088
        object "string"."string" depends on the schema
        
        
        Cause
        An attempt was made to delete a schema which has dependent objects.
        Action
        Either drop the dependent objects prior to deleting the schema or use the CASCADE or FORCE options.