- data_type: The unsupported data type.
Cause
An attempt was made to create an index on an expression with an unsupported data type: VARRAY, nested table, ADT, LOB, or REF.
Action
Change the column data type or do not create the index on an expression whose data type is one of VARRAY, nested table, ADT, LOB, or REF.