Database Error Messages

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

ORA-22898

Existing scope clause on "table_name" points to a table other than the one mentioned in the referential constraint.
  • table_name: The specified scope table.

Cause

The table mentioned in the referential integrity constraint was different from the scope table of the REF column.


Action

Specify the scope table of the REF column in the referential integrity constraint and then retry the operation.