Oracle Message ORA-02331 - cannot create constraint on column of datatype string

ERRORcannot create constraint on column of datatype string
CAUSEAn attempt was made to create a constraint on a column posessing a non-constrainable datatype -- VARRAY, nested table, object, LOB, FILE, or REF.
ACTIONChange the column datatype, or remove the constraint.