Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Moving table to different tablespace
alter table <table_name> move tablespace <tablespace_name>;
Beware all indexes on the table will be marked as unusable and will need to be rebuilt. I don't belive it will work with tables that contain longs or long raws, but I haven't tested that assertion.
Ian
-----Original Message-----
From: Rahul Dandekar [mailto:orcldba_at_hotmail.com]
Sent: Thursday, January 18, 2001 9:50 AM
To: L; L
Subject: Moving table to different tablespace
Can I do it without export import?
Think there is a 8i feature or something?
Need to move replication table out of system tablespace. But don't want to
do
export/import.....
Thanks
-Rahul