Database Error Messages

OCI-65407

CLUSTERING clause already exists on the table

Cause

The ADD CLUSTERING clause was specified on a table with an existing CLUSTERING clause.


Action

If the table has a CLUSTERING clause, you can only change the ON LOAD or ON DATA MOVEMENT options. To change other options, you must first drop the clause.