Database Error Messages

OCI-65421

The CLUSTERING clause is defined on columns that are to be modified

Cause

An ALTER TABLE MODIFY COLUMN command was issued on a column on which a CLUSTERING clause exists.


Action

Drop the CLUSTERING clause before attempting to modify the column.