Database Error Messages

ORA-22896

cannot have both scope and referential constraint on REF column "column"
  • column: The REF column name.

Cause

The REF column had both a referential and a scope constraint. A referential constraint implies a scope constraint.


Action

Remove either the referential or the scope constraint and then retry the operation.