Thursday, December 24, 2009

How to import data into another tablespace?


If you want to import data from tablespace X to tablespace Y write the following in SQL*Plus : 
 
SQL>REVOKE UNLIMITED TABLESPACE FROM alex; 

No comments: