Alter Table Move (Compress) vs. dbms_redefinition
What are the pros and cons for using Alter Table Move (Compress) vs. dbms_redefinition to reorg tables, lobs, partitions, subpartitions to new tablespace. The ultimate goal is to get rid of all the unused space in 11.2 database.
Thank you in advance.
0