Home » Archive

Articles tagged with: maximum number of columns exceeded

Oracle Error »

[19 Nov 2009 | No Comment | 43 views]

ORA-30728: maximum number of columns exceeded
Cause: Adding referential constraint on a REF column requires the the creation of an additional column.
Action: Drop some columns and retry the operation.

Oracle Error »

[19 Nov 2009 | No Comment | 33 views]

ORA-30729: maximum number of columns exceeded
Cause: 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.
Action: Drop some columns and retry the operation.

Oracle Error »

[5 Nov 2009 | No Comment | 46 views]

ORA-02257: maximum number of columns exceeded
Cause: The number of columns in the key list exceeds the maximum number.
Action: Reduce the number columns in the list.