Cause
CREATE INDEX statement contained a PARTITIONED AS TABLE clause together with a LOCAL clause.
Action
Specify either the PARTITIONED AS TABLE clause or the LOCAL clause, but not both.
Error Message
PARTITIONED AS TABLE clause contradicts LOCAL clause
CREATE INDEX statement contained a PARTITIONED AS TABLE clause together with a LOCAL clause.
Specify either the PARTITIONED AS TABLE clause or the LOCAL clause, but not both.