Database Error Messages

OCI-22895

Referenced table "table" in schema "schema" is not an object table.
  • table: The table name.
  • schema: The schema name.

Cause

The referenced table specified for a REF column was not an object table.


Action

Ensure that the referenced table is an object table. Then retry the operation.