Database Administration (MOSC)

MOSC Banner

create index failed with ORA-00439: feature not enabled: partitioning

edited Nov 14, 2011 10:56PM in Database Administration (MOSC) 2 commentsAnswered ✓
Hai,

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center