Dave, 

I never said setup was easy.  I agree that getting the tape software
integrated can be a real pain in the side, depending on what vendor you use
(DON'T USE CA'S ARCSERVE)

As far as backup goes, this is my command for full database backup.  Much
simpler than strategies I've had to use in the past:

run { 

allocate channel tape1 type 'sbt_tape'
format '%d_%s_%p_%t.rman';

backup database 
tag='full_db_backup'
setsize 5000000;

}

Since I don't have the luxury of a catalog database at my disposal, I can't
store scripts so my alter system archive log all statement, backup
archivelogs and controlfile are separate run statements.  

Here's the simplest part.  I have tested recovery from several scenarios
with just the following commands:

restore database;
recover database;

and watched rman bring back the necessary archive logs and database files.
Now that is simple if you ask me, especially if I happen to be half-asleep
when I need to do this. 


Lisa Koivu
Oracle Database Baby Oven.
Fairfield Resorts, Inc.
954-935-4117


> -----Original Message-----
> From: Dave Morgan [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, April 03, 2002 12:41 PM
> To:   Multiple recipients of list ORACLE-L
> Subject:      RE: RMAN
> 
> Hi Lisa,
>         RMAN easy? ROTFL
> 
>         ksh scripts, 5 minutes to adjust environment variables done
> 
>         RMAN, let see create a seperate database, set up RMAN, oh, then
>         I have to set up RMAN in the production db to protect my RMAN db
>         
>         Oh and then shall we integrate Legato or NetBackup.
> 
>         2 days minimum.
> 
>         Having said this, remember, who needs backups? We just need
> recoveries.
> 
>         I use RMAN, I just don't trust it. I have had situations (8.0.5)
> where
>         I could not recover with RMAN but could with the backups from
> scripts
> 
>         RMAN and OEM belong in the same place, the garbage
> 
>         Long live vi, ksh/sh/bash and sqlplus
> 
> Dave
> 
> Lisa wrote:
> 
> > 
> > Gene's afraid of R-Man!
> > Gene's afraid of R-Man!
> > 
> > Gene you will not believe how simple RMAN is once you start using it...
> > 
> -- 
> Dave Morgan
> DBA, Cybersurf
> Office: 403 777 2000 ext 284
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Dave Morgan
>   INET: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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: Koivu, Lisa
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to