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: NOARCHIVELOG, ONLINE redolog corrupted - solved

Re: NOARCHIVELOG, ONLINE redolog corrupted - solved

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Fri, 03 Aug 2001 11:38:50 -0700
Message-ID: <F001.0035E7CC.20010802145140@fatcity.com>

Joe,

That's true, but only if the current logs are not needed for instance or media recovery.

For example if you want to open from a cold backup and you don't have the online logs you can fake recovery and then open resetlogs and it will recreate them for you:

startup mount
recover database until cancel

You have to do the recover database until cancel to "fake" an incomplete recovery so you can then open with resetlogs; otherwise you'll get an error saying resetlogs isn't needed.

Whenever you open with resetlogs, new logs will be created if they don't exist. In fact a trick to get a db open quicker when using resetlogs if you have a large # of online log groups and members is to drop all except the bare minimum (2 groups, 1 member each) to open the db. Then once the db is open you can add the additional members and groups.

HTH,


Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: A. Bardeen
  INET: abardeen1_at_yahoo.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 Fri Aug 03 2001 - 13:38:50 CDT

Original text of this message

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