Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Cannot bring tablespace online
Kevin,
The only step missing now is "Drop Tablespace {tablespace_name}"; You cannot delete one file from a multi-file tablespace.
Your only option is to either drop the tablespace or, if you still have data that you need to keep in this tablespace, restore from backup, export the data you wish to keep, drop and re-create the tablespace, and import the data.
Sorry!
Tom Mercadante
Oracle Certified Professional
-----Original Message-----
Sent: Thursday, December 13, 2001 12:30 PM
To: Multiple recipients of list ORACLE-L
I attempted to bring a tablespace back on line but I have encountered a
problem.
I get an error message stating "Error changing tablespace statusORA-01113:
file 10 needs media recovery . . .
This datafile is not needed so I attempted to drop the datafile as follows:
startup mount
alter database datafile '/u02/oradata/MPDB/tie02.dbf' OFFLINE DROP;
shutdown normal
startup open;
The tablespace still cannot come back on-line. Am I missing a step?
Kevin B.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Kevin Bass
INET: kevinb_at_ameripeds.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Dec 13 2001 - 14:35:03 CST
![]() |
![]() |