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: Confusion why online redo logs should never be backed up.

RE: Confusion why online redo logs should never be backed up.

From: Steve McClure <smcclure_at_usscript.com>
Date: Thu, 22 May 2003 16:51:48 -0800
Message-ID: <F001.005A0F30.20030522165148@fatcity.com>


I would say the book is wrong. If you are doing a cold backup, and the db is not shutdown properly you would need the current log to completely recover the instance. Technically the DB should be shutdown properly before backing up. However I am not willing to stake the recoverability of an important database on that ASSUMPTION. Backing up the redo logs during a cold backup is simply insurance. Since it is easy to do why risk not doing it?

I would add that the above doesn't apply to hot backups. The important thing there is to remember to force a log switch after backing up your datafiles, so that your archived logs contain all redo that occurred during your online backup.

I should also note that all my backup experience is related to backup scripts I wrote myself, and doesn't necessarily extend to the usage of rman.

Steve McClure

-----Original Message-----
Rick_Cale_at_teamhealth.com
Sent: Thursday, May 22, 2003 11:27 AM
To: Multiple recipients of list ORACLE-L

Hi All,

In Oracle8i Backup & Recovery Handbook pg 13 it states "Finally, online redo log files should never be backed up....So, it is good practice not to back up online log files for ANY kind of backup.

Can someone clearly explain why this is recommended?

Thanks
Rick

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author:
  INET: Rick_Cale_at_teamhealth.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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.net -- Author: Steve McClure INET: smcclure_at_usscript.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 May 22 2003 - 19:51:48 CDT

Original text of this message

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