PARTITION and CLUSTER clauses are mutually exclusive

Solution ID:ORA-14026

Type: Oracle

Cause

definition of a table contained both PARTITION and CLUSTER clauses which is illegal

Actions

Remove PARTITION BY RANGE clause along with <partition description>s from the CREATE INDEX statement.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


https://community.oracle.com/message/3229900


Browse all solutions to database errors from Oracle, MS SQL, or MySQL