Oracle Error ORA-30728: maximum number of columns exceeded

Oracle Error Message

ORA-30728: maximum number of columns exceeded

Reason for the Error

Adding referential constraint on a REF column requires the the creation of an additional column.

Solution

Drop some columns and retry the operation.