Oracle Error ORA-02335: invalid datatype for cluster column

Oracle Error Message

ORA-02335: invalid datatype for cluster column

Reason for the Error

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

Solution

Remove the CLUSTER column or change the datatype of the column.