Can we compress partition table.
290029Nov 22 2005 — edited Nov 22 2005Hi Oracle Guru,
I have a date range partition table and I try to compress it with
alter table TEST_PAR
move compress;
and I got
ERROR at line 1:
ORA-14511: cannot perform operation on a partitioned object.
Can we compress partition table?
Ideally I would like to compress some of the partition.
How to do it ?
Thanks
Andrew