Oracle Error ORA-22896: cannot have both scope and referential constraint on REF column “string”

Oracle Error Message

ORA-22896: cannot have both scope and referential constraint on REF column “string”

Reason for the Error

REF column has both a referential and a scope constraint. A referential constraint implies a scope constraint.

Solution

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