Oracle Error ORA-14111: creation of a GLOBAL partitioned index on clustered tables is not supported

Oracle Error Message

ORA-14111: creation of a GLOBAL partitioned index on clustered tables is not supported

Reason for the Error

An attempt was made to create a GLOBAL partitioned index on a clustered table which is currently illegal.

Solution

Remove PARTITION BY RANGE/HASH clause along with any partition descriptions to create a GLOBAL non-partitioned index on a clustered table