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: recover on different hardware

Re: recover on different hardware

From: Ruth Gramolini <rgramolini_at_tax.state.vt.us>
Date: Thu, 01 Nov 2001 08:54:36 -0800
Message-ID: <F001.003BA851.20011101090413@fatcity.com>

If your redo logs are out of sequence, i.e you have 1, 2, 3,5,6,8 then you will not be able to do a complete recovery. Get the time of the last in sequence redo log and recovery until time.

The svrmgrl command is like this;
recover database until time '2001/11/01 hh:mi:ss' using backup control file

The it will ask you for redo logs. Reply auto and it should come back ok. The open the database with resetlogs.

HTH,
Ruth
----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com> Sent: Thursday, November 01, 2001 2:15 AM

> Been here 18 hours. No database. Looks grim.
> Hardware blew chunks. Major ugly.
> Plan is to reconstruct entire system on new hardware.
> If I get my dbf files from last night's cold backup (as well as all my
> config files), I should have a database that looks just like last night at
> 11:00 pm.
> DB should come up clean, should think it's a happy camper.
>
> I do have most of my archived redo logs from today. What recovery option
do
> I use to start applying the redo logs I've been able to salvage? (Guess
I'm
> confused cuz the database will not think it needs recovery.)
>
> I'm about to RTFM, but I'm a bit bleary-eyed.
> Any assistance greatly appreciated.
>
> Thanks!
> Barb
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Baker, Barbara
> INET: bakerb_at_rockymountainnews.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: Ruth Gramolini
  INET: rgramolini_at_tax.state.vt.us

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 Nov 01 2001 - 10:54:36 CST

Original text of this message

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