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: RMAN

RE: RMAN

From: Kimberly Smith <ksmith2_at_myfirstlink.net>
Date: Wed, 03 Apr 2002 18:48:23 -0800
Message-ID: <F001.0043A937.20020403184823@fatcity.com>


Lisa,
What version of Oracle are you using? We are toying with using RMAN to backup our 9i databases. We are using Legato so I am figuring the integration will be pretty good. I never really felt the need to give up my scripts before but then again, I was always able to back up to disk or shut the database down. No longer the case. Plus, 9i RMAN offers block level recovery, which peaked my interest.

-----Original Message-----
Sent: Wednesday, April 03, 2002 10:18 AM To: Multiple recipients of list ORACLE-L

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:dave.morgan_at_cybersurf.net]
> 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: dave.morgan_at_cybersurf.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).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Koivu, Lisa
  INET: lisa.koivu_at_efairfield.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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kimberly Smith
  INET: ksmith2_at_myfirstlink.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 Apr 03 2002 - 20:48:23 CST

Original text of this message

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