Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 21c
  • 19c
  • 19c
Updated
Jun 24, 2024

OCI-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.