Database Error Messages

OCI-00944

insufficient number of clustered columns

Cause

An attempt was made to create a table with fewer cluster columns than were specified in the CREATE CLUSTER statement. The CLUSTER clause of a CREATE TABLE statement must specify all cluster columns that were defined when the cluster was created.


Action

Specify all cluster columns in the CREATE TABLE statement, then retry it.