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: Starting up Oracle with "missing" datafiles

RE: Starting up Oracle with "missing" datafiles

From: Trassens, Christian <CTrassens_at_uni2.es>
Date: Tue, 16 Jan 2001 09:17:26 +0100
Message-Id: <10743.126737@fatcity.com>


"alter database datafile '<path and datafile name>' offline drop" of each datafile excluding system ( and I should say rollback ). This is "remove" them from the controlfile and then after opening the database issue a drop tablespace <name of tbsp> including contents <cascade constraints: if you have references through tbsp's>.

Regards.

> -----Mensaje original-----
> De: Charlie Mengler [SMTP:charliem_at_mwh.com]
> Enviado el: lunes 15 de enero de 2001 19:56
> Para: Multiple recipients of list ORACLE-L
> Asunto: Starting up Oracle with "missing" datafiles
>
> After a clean DB shutdown, I want to grap a copy of
> just the single file holding the SYSTEM tablespace
> and the controlfiles associated with an instance;
> let's call it "PROD".
>
> I move these files onto another system and now I
> want to start this instance WITHOUT any of the
> associated "data files" containing all the data.
>
> After I
> svrmgrl
> connect internal
> startup mount
>
> What do I do for each of the tablespace I wish to eliminate from this
> instance
> before issuing the following command
>
> alter database open
>
> TIA!
>
> --
> Charlie Mengler Maintenance Warehouse
> charliem_at_mwh.com 10641 Scripps Summit Ct
> 858-831-2229 San Diego, CA 92131
> HOME DEPOT - The Big Boy's Toy store!!!!!!!!!!!!!!!!!
> --
> 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).
Received on Tue Jan 16 2001 - 02:17:26 CST

Original text of this message

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