From oracle-l-bounce@freelists.org  Wed Jun  9 09:36:19 2004
Return-Path: <oracle-l-bounce@freelists.org>
Received: from air189.startdedicated.com (root@localhost)
 by orafaq.com (8.11.6/8.11.6) with ESMTP id i59Ea4F16102
 for <oracle-l@orafaq.com>; Wed, 9 Jun 2004 09:36:14 -0500
X-ClientAddr: 206.53.239.180
Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180])
 by air189.startdedicated.com (8.11.6/8.11.6) with ESMTP id i59EZs616041
 for <oracle-l@orafaq.com>; Wed, 9 Jun 2004 09:36:04 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP
 id 4B01872CE40; Wed,  9 Jun 2004 09:21:32 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 32661-83; Wed,  9 Jun 2004 09:21:32 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP
 id 90AE672CE05; Wed,  9 Jun 2004 09:21:31 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Wed, 09 Jun 2004 09:20:09 -0500 (EST)
X-Original-To: oracle-l@freelists.org
Delivered-To: oracle-l@freelists.org
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 5F26772CD84
 for <oracle-l@freelists.org>; Wed,  9 Jun 2004 09:20:08 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 32758-25 for <oracle-l@freelists.org>;
 Wed,  9 Jun 2004 09:20:08 -0500 (EST)
Received: from corporate.LifeTouch.com (corporate.LifeTouch.com [63.71.63.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with SMTP id D2F5472CDE5
 for <oracle-l@freelists.org>; Wed,  9 Jun 2004 09:20:07 -0500 (EST)
Received: from no.name.available by corporate.LifeTouch.com
          via smtpd (for freelists-180.iquest.net [206.53.239.180]) with SMTP; 9 Jun 2004 14:42:09 UT
Received: (private information removed)
Message-ID: <0186754BC82DD511B5C600B0D0AAC4D607B0078B@EXCHMN3>
From: DENNIS WILLIAMS <DWILLIAMS@LIFETOUCH.COM>
To: "'oracle-l@freelists.org'" <oracle-l@freelists.org>
Subject: RE: RMAN - To Catalog or not to catalog, that is the question 
Date: Wed, 9 Jun 2004 09:36:16 -0500 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: text/plain; charset="iso-8859-1"
X-Virus-Scanned: by amavisd-new at freelists.org
X-archive-position: 2339
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-To: oracle-l-bounce@freelists.org
X-original-sender: DWILLIAMS@LIFETOUCH.COM
Precedence: normal
Reply-To: oracle-l@freelists.org
X-list: oracle-l
X-Virus-Scanned: by amavisd-new at freelists.org

Julio
   Congratulations. Is there a point here somewhere?

Dennis Williams
DBA
Lifetouch, Inc.
dwilliams@lifetouch.com 

-----Original Message-----
From: oracle-l-bounce@freelists.org
[mailto:oracle-l-bounce@freelists.org]On Behalf Of QuijadaReina, Julio C
Sent: Wednesday, June 09, 2004 9:34 AM
To: oracle-l@freelists.org
Subject: RE: RMAN - To Catalog or not to catalog, that is the question 


Dennis,

I have three databases on 9.2.0 (prod, train, and recovery catalog) and
use OS schedule jobs to run a couple of scripts, which do the following:

1. Connect to the target(my prod db) and recovery catalog. I use the
'cmdfile' switch to point to a text file with the backup commands for
RMAN to run. I also use the 'mslog' switch to create a log file that I
can go check after the backup.
2. In the text file I have RMAN commands to resync catalog and backup
prod db plus archivelog. This backs up a)datafiles, b)SPFILE, and c)
Control files
3. Backup recovery catalog

Once a week, I copy prod into train using the 'dup' command. And just
for giggles...I connect to train Monday morning to check I got a fresh
copy of prod and it has been faithful since.

At no point in this process a shut down my prod db. 

Kind regards,
Julio 


-----Original Message-----
From: oracle-l-bounce@freelists.org
[mailto:oracle-l-bounce@freelists.org] On Behalf Of DENNIS WILLIAMS
Sent: Wednesday, June 09, 2004 9:46 AM
To: 'oracle-l@freelists.org'
Subject: RE: RMAN - To Catalog or not to catalog, that is the question 

Ron
    Joe and Fuad make some excellent points, so I won't repeat those.
    I never got hot backup working, so I can't respond to that issue.
Perhaps someone else on the list can. My gut reaction is that if you
have something that works, has been tested, and you trust, then stick
with that.
 
As far as RMAN catalog or not, I would make the following points:
   - Nocatalog (controlfile mode) was enhanced considerably in 9i.
   - Catalog can give you a central view of all backups across your
system.
For example, on 9i I went nocatalog and have a script that sends me the
success/failure. But if somehow the cron job stops working, I might not
notice that I didn't receive an email.
   - Catalog mode can make upgrades frustrating. In general the catalog
database must be kept at a level ahead of the target databases.
   - Even in catalog mode, the backup information is still stored in the
controlfile, so you can still perform a distaster recovery without using
the catalog. That is my standard procedure.
   

-----Original Message-----
From: oracle-l-bounce@freelists.org
[mailto:oracle-l-bounce@freelists.org]On
Behalf Of Smith, Ron L.
Sent: Wednesday, June 09, 2004 8:29 AM
To: oracle-l@freelists.org
Subject: RMAN - To Catalog or not to catalog, that is the question 


We are getting ready to start using RMAN on several new 9i Linux
databases.
I guess the first question would be is RMAN really that much better then
using home grown dynamic hot backup scripts?  We have developed these
for our Oracle/NT environment and they seem to work fine.
The second question would be should we use a recovery catalog?  The
catalog seems to add a lot of complexity to the setup and to a disaster
recovery plan.
 
Thanks!
Ron

Important Notice!
If you are not the intended recipient of this e-mail message, any use,
distribution or copying of the message is prohibited.
Please let me know immediately by return e-mail if you have received
this message by mistake, then delete the e-mail message.
Thank you. 

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@freelists.org put
'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

