Database Error Messages

ORA-39600

Sorting columns need to form a suffix of the cluster key.

Cause

In the list of the cluster key columns, a column marked with the SORT keyword (sorting column) precedes a column without the SORT keyword (hash key column).


Action

Put all cluster key columns marked with the SORT keyword at the end of the cluster key column list.