Wednesday 24 April 2013

To drop the tablespace

:

To drop the tablespace

:

SQL> 
   alter tablespace "test" offline
;
SQL> /

Tablespace altered.


SQL> drop tablespace "test" including contents and datafiles;



Tablespace dropped

No comments:

Post a Comment