ORA-02335: invalid datatype for cluster column
What triggered the Error:
An attempt was made to declare a CLUSTER column of datatype object, REF, nested table, VARRAY, LOB, or FILE.What should we do to fix it:
Remove the CLUSTER column or change the datatype of the column.