Hold on...there certainly is a command to move a table from one tablespace to another (and to do it very rapidly (i.e., using parallel processors and avoid writing redo). You will be amazed at how quickly this command processes tables:
Code:
alter table <table_name> move parallel nologging tablespace <new tablespace name>;
I have a SQL script that writes a SQL script to move entire schemas or tablespaces to another tablespace. The added advantage of such a move it that it eliminates the "Swiss cheese holes" that result over time from deleting/updating rows.
Let me know if this is what you wanted.
Mufasa
(aka Dave of Sandy, Utah, USA @ 15:58 (21Apr04) UTC (aka "GMT" and "Zulu"), 08:58 (21Apr04) Mountain Time)
Duh !!! I must be so busy that I cannot even read the thread properly. Sorry for the "unrelated response". And yes, "paying customers" have been keeping me away from my beloved Tek-Tips for days (but I am sneaking a visit now for a few minutes). Thanks, Dima, for your watchful "quality-assurance" eye.
Regards,
Mufasa
(aka Dave of Sandy, Utah, USA @ 16:50 (21Apr04) UTC (aka "GMT" and "Zulu"), 09:50 (21Apr04) Mountain Time)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.