Database Error Messages

ORA-05021

PARTITIONED AS TABLE clause contradicts LOCAL clause

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.