ORA-30729: maximum number of columns exceeded
What triggered the Error:
Adding scope or referential constraint on a REF column requires the creation of additional columns if the target table's object identifier is primary key based.What should we do to fix it:
Drop some columns and retry the operation.