Database Error Messages

OCI-65400

Table does not have CLUSTERING clause associated with it

Cause

User attempts to modify clustering clasue on a table that that does not have one.


Action

Create CLUSTERING clause on the table first.