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.
ORA-39600
Queue keys needs to be a suffix of cluster key.
Cause
Attempt to specify queue key columns that don't form a suffix of the cluster key.
Action
Only specify queue key columns as a suffix of cluster key.
ORA-39600
Queue keys needs to be a suffix of cluster key.
Cause
Attempt to specify queue key columns that don't form a suffix of the cluster key.
Action
Only specify queue key columns as a suffix of cluster key.