Database Administration (MOSC)

MOSC Banner

compress partitioned index gets error ORA-28659

edited Feb 18, 2011 10:40AM in Database Administration (MOSC) 8 commentsAnswered ✓
 Hi  Everyone,
I get error ORA-28659 when issuing this command:
alter index IX_ORDER_MED_CSN_INST rebuild partition P1 compress;
ORA-28659: COMPRESS must be specified at object level first

so I run (as suggested from the error code)
ALTER table order_med MODIFY DEFAULT ATTRIBUTES COMPRESS;
table altered;
come back to re-run:
alter index IX_ORDER_MED_CSN_INST rebuild partition P1 compress;
still get
ORA-28659: COMPRESS must be specified at object level first.

thought that I need to work at index object level, I run:
alter index IX_ORDER_MED_CSN_INST rebuild compress;
ORA-14086: a partitioned index may not be rebuilt as a whole,

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