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: Online vs offline backups

Re: Online vs offline backups

From: Don Granaman <granaman_at_cox.net>
Date: Tue, 25 Jun 2002 22:53:19 -0800
Message-ID: <F001.00488009.20020625225319@fatcity.com>


Many of us haven't had the luxury of downtime for cold backups for production systems in many years. Hot backups are quite sufficient. However, whenever I do a cold backup of a dev or test database (and when I could do cold backups in production) I *always* back(ed)up the redo log groups and the control file. Why?

  1. You don't HAVE to restore the redo logs - and definitely shouldn't if you have surviving current redo logs and want to recover as much as possible.
  2. Its a "no-brainer" to restore and recover a test system to a known state with a cold backup of datafiles, redo log groups, and a control file. Just slap them down, copy redo members & control if necessary, and startup. Very handy for repeating variations of tests from the same consistent known state.

Don Granaman
[OraSaurus - Oracle 6 backup habits die hard!]

> Hi, guys,
> We have discussed this topic many times on this list. Actually a good DBA
> should design a good backup and restore strategy instead of "online or
> offline" according to business situation.
>
> From my opinion, both "online" and "offline" are necessary, for example, I
> do monthly offline line cold backup and daily online hot backup on my
> production db. The only thing you need to know is that if you do offline
> backup, you should backup every thing, include online redo logs,
otherwise,
> you may lost some data; if you do online hot backup, the online redo logs
> are useless when you do restore.
>
> Cheers!
>
> Shine Sha
> Snr. Oracle DBA
> iGINE Pte. Ltd.

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

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 Wed Jun 26 2002 - 01:53:19 CDT

Original text of this message

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