Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: tablespace corrupted and no backup , how to remove it ?
Why would you be annoyed that the database doesn't open with a corrupted tablespace? That's what';s SUPPOSED to happen.
okay, we just did this a few days ago but here it is again:
startup mount
alter database datafile '<filename>' offline drop; (repeat this for every
datafile in the tablespace)
alter database open;
drop tablespace <tablespace name> including contents;
that will get rid of the tablespace
>From: "Maya Kenner" <maya.kenner_at_trema.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: tablespace corrupted and no backup , how to remove it ?
>Date: Mon, 03 Sep 2001 06:10:22 -0800
>
>Hello,
>
>I succeed corrupting a tablespace but now I am a little bit annnoyed as my
>db does not want to go in OPEN mode,
>I would like to remove this tablespace but I failed.
>
>Any idea how to?
>
>Thanks,
>Maya
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rachel Carmichael INET: carmichr_at_hotmail.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).Received on Mon Sep 03 2001 - 10:46:35 CDT