Database Error Messages

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.