Database Error Messages

ORA-02335

invalid data type for cluster column column
  • column: The column name.

Cause

An attempt was made to declare a CLUSTER column of data type object, REF, nested table, VARRAY, LOB, or FILE.


Action

Remove the CLUSTER column or change the data type of the column.