I would like to move TABLEs (and their depending INDEXes) from one TABLESPACE
to another.
The INDEX move should take place WITHOUT fiddling around with INDEX names
and Rebuilts.
I just want to tell Toad: “Move TABLE aaa and all depending stuff to
TABLESPACE mytablespace123”
Can I do this easily with TOAD or do I have to do it the cumbersome way?
Have a look at Database -> Optimize -> Rebuild multiple objects. That screen
will move tables and/or indexes. There are all sorts of options. Hit F1 when you
get there for details.
From the main menu: Database -> Optimize -> DBMS_REDEFINTION Wizard.
It’s only present if you have the dba module and Oracle 10 or newer.
If the only thing you want to change is tablespace (and index tablespace), and
nobody will be accessing the tables while you are rebuilding them, the Database
-> Optimize -> Rebuild multiple objects is a lot easier. Especially if you have
multiple objects.