Oracle DBA, How To, Error, Cause and Action

ORA-02335: invalid datatype for cluster column

ORA-02335: invalid datatype for cluster column


Cause:


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



Action:


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

No comments:

Post a Comment

Thanks for your comment.