Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: file/tablespace deleted at the OS level

Re: file/tablespace deleted at the OS level

From: Paul Drake <paled_at_home.com>
Date: Sat, 01 Sep 2001 10:01:19 -0700
Message-ID: <F001.003802F5.20010901101031@fatcity.com>

Charlie,

What I have used in the past in testing only. For this example, lets call them fodder_data and fodder_index.

startup mount
alter database datafile 'F:\ORACLE\ORADATA\TEST\FODDER_DATA01.DBF' offline drop;
alter database datafile 'F:\ORACLE\ORADATA\TEST\FODDER_INDEX01.DBF' offline drop;
alter database open;
drop tablespace fodder_data including contents; drop tablespace fodder_index including contents; alter database backup controlfile to trace; quit

ref - http://tahiti.oracle.com/pls/tahiti/tahiti.tabbed?section=75578

but I'd test it out first ...

Paul

Charlie Mengler wrote:
>
> Oracle V9.0.1 Solaris 2.6 a development instance
>
> I made more than one mistake which resulted in me
> deleting a file that held single table tablespace. Now
> the instance won't STARTUP (naturally). Since I
> can easily recreate the data, I'd like to know how
> to convince Oracle to ignore the missing file and
> startup.
>
> If my recovery steps fail, I'll get all the files for this
> instance restored from Thursday's cold backups.
>
> TIA & HAND!
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Charlie Mengler
> INET: charliem_at_mwh.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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Paul Drake
  INET: paled_at_home.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 Sat Sep 01 2001 - 12:01:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US