Oracle Message ORA-02327 - cannot create index on expression with datatype string

ERRORcannot create index on expression with datatype string
CAUSEAn attempt was made to create an index on a non-indexable expression.
ACTIONChange the column datatype or do not create the index on an expression whose datatype is one of VARRAY, nested table, object, LOB, or REF.