ORA-02331: cannot create constraint on column of datatype string
What triggered the Error:
An attempt was made to create a constraint on a column posessing a non-constrainable datatype -- VARRAY, nested table, object, LOB, FILE, or REF.What should we do to fix it:
Change the column datatype, or remove the constraint.