Oracle Error ORA-22891: cannot have multiple columns in REF constraint

Oracle Error Message

ORA-22891: cannot have multiple columns in REF constraint

Reason for the Error

An attempt was made to specify multiple columns in a single REF constraint.

Solution

Specify separate constraints for each column and retry the operation.