Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: [Q] how to "offline drop" a temporary temporary tablespace?
drop tablespace temp;
-----Original Message-----
From: L [mailto:leed_at_chele.cais.net]
Sent: Thursday, October 05, 2000 2:44 PM
To: oracle-l_at_fatcity.com; oracledba_at_quickdoc.co.uk
Subject: [Q] how to "offline drop" a temporary temporary tablespace?
I have a ORACLE database 8.1.6 and have a "temporary temporay" tablespace want to drop. I tried following and not successful.
SQL> alter tablespace temp_space offline drop;
alter tablespace temp_space offline drop * ERROR at line 1: ORA-02141: invalid OFFLINE option SQL> alter tablespace temp_space offline; alter tablespace temp_space offline * ERROR at line 1: ORA-03217: invalid option for alter of TEMPORARY TABLESPACE
Can anyone give me a hint how to do it?
Thanks.
![]() |
![]() |