Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-02327

cannot create index on expression with data type data_type
  • 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.