I don't know the performance implications of the two methods described below, but you could also use CTAS:
create table newtable tablespace destinationtablespace as select * from oldtable;
|
Results 1 to 9 of 9
Thread: move table to another tablespaceThreaded View
|
Click Here to Expand Forum to Full Width |