Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to compress the sub partitions of a table.

877826Jan 15 2013 — edited Jan 22 2013
Hi All,

I am facing a problem while compressing the partitioned table which is sub partitioned.
i have done following steps.

1. First i have compressed the Sub partitions of table.Blow given are the command with i have used for compressing.

ALTER TABLE sales
MOVE subPARTITION P_20121220_US
COMPRESS FOR ALL OPERATIONS;

and i checked in user_tab_subpartitions tables and the sub partitions are compresssed.

But the partitions has not been compressed after doing sub partition compression.
Do i need to compress at partition level since i have already done the compression for Sub partition level.

please any one suggest me.


Thanks
Sree
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2013
Added on Jan 15 2013
8 comments
2,961 views