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: Backup Strategy

RE: Backup Strategy

From: Jeremiah Wilton <jwilton_at_speakeasy.net>
Date: Fri, 05 Oct 2001 04:11:11 -0700
Message-ID: <F001.003A315D.20011005041519@fatcity.com>

On Thu, 4 Oct 2001, Gene Sais wrote:

> 2) Cold backups follow the KISS principle. Shutdown db, tar, dump,
> cpio, dd, etc. the datafiles, redo logs, ctl files, oracle
> filesystems, etc. to tape, Startup db, Done. Take the tape to same or
> another server and restore, No Oracle cmds required (filesystems
> being the same).

Seems like if you just tar everything up without querying the database for the file locations, you stand a chance of missing files. You are relying on the good will of all involved to put new datafiles under the mountpoints you are backing up. If someone makes a mistake and puts a new datafile in a different place, it can result in that file not getting backed up. All backup scripts, hot and cold, should be obtaining the file locations from the database instance. You are not really saving anything by avoiding "oracle commands."

Jared wrote:

> As for cold backups, and I'm sure you've heard this already, they're
> only really needed after you open a database with 'resetlogs' .
> Otherwise it is not necessary to use a cold backup.

What? you haven't recovered past resetlogs before?

8-)

--
Jeremiah Wilton
http://www.speakeasy.net/~jwilton

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jeremiah Wilton
  INET: jwilton_at_speakeasy.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 Fri Oct 05 2001 - 06:11:11 CDT

Original text of this message

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