Database Error Messages

ORA-31095

cannot generate object_category: "owner_name"."object_name" already exists
  • object_category: The category of the object (e.g. "table" or "type").
  • owner_name: The owner of the object.
  • object_name: The name of the object.

Cause

The type or table name specified in the XML schema document was already in use, therefore it could not be generated.


Action

Use different names for types or tables, or use the NOGEN mode so that the schema compiler does not generate new types or tables.