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;