Reclaim unused space in Oracle 10g
Which is best method to reclaim unused space in Oracle 10g?
1. Alter table xxx shrink
or
2. Alter tablespace xxx coalesce
or
3. Alter table move tablespace_name
I need to do it production system. Please any one advise me soon.
Regards
Karthik
1. Alter table xxx shrink
or
2. Alter tablespace xxx coalesce
or
3. Alter table move tablespace_name
I need to do it production system. Please any one advise me soon.
Regards
Karthik
0