create index failed with ORA-00439: feature not enabled: partitioning
i tried to create a index and get the error ORA-00439: feature not enabled: partitioning.
But i don´t know, what in this statement want to use partitioning?
CREATE UNIQUE INDEX "schema"."index~0" ON "schema"."table" ("row", "row2") TABLESPACE "tablespace" PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE ( INITIAL 16K BUFFER_POOL DEFAULT) LOGGING LOCAL
Can somebody tell me, why it doesn´t work?
Thanks a lot.