Reclaim data file free space after Alter table .. move compress
We have an Oracle database (10.2), It contains tables and indexes with some long data type data.
After performing Alter table ... move compress, Space was reduced by 30% on the segment level, however on the tablespace level nothing is freed (because of the datafile HWM)
Export and Import is not applicable because of disk space restrictions, is there any other way to reclaim the free space on the tablespace level?
Thank you,
0