Oracle Error ORA-30771: Cannot add more than one referential constraint on REF column “string”

Oracle Error Message

ORA-30771: Cannot add more than one referential constraint on REF column “string”

Reason for the Error

Multiple referential constraints were specified for a single REF column.

Solution

Remove the additional referential constraints and retry the operation.