Shrink Space in oracle 10gr2 -Linux 5.5
I want to apply the below two commands to reclaim table space on production site is it invalidate the indexes or its safe? to be done online?
SQL> alter table mytable enable row movement;
Table altered
SQL> alter table mytable shrink space;