ERROR | column of datatype string cannot be unique or a primary key |
CAUSE | An attempt was made to place a UNIQUE or a PRIMARY KEY constraint on a column of datatype VARRAY, nested table, object, LOB, FILE or REF. |
ACTION | Change the column datatype or remove the constraint. Then retry the operation. |