Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: rman centralized backup server
Me too Graeme. It is the Oracle rman binaries which sometimes required the same (and not a higher version). So I have the following:
In fact, what I do is call this in all my KSHELL scripts for backups and recoveries and based on the database it handles the Oracle homes and (if necessary) catalog with a different RMANID string. It works and once I set it up for the databases (at initial install) I don't have to modify. I just copy my backup script and change the $DBNAME variable and I am done.
case $DBNAME in
"ods") INTERNAL=user/pass
ORACLE_SID=ods
TARGET=user/pass
ORACLE_HOME=/opt/oracle/product/9.2.0
RMANID= <mailto:RMANID=user/pass_at_rmanconnectstring> user/pass_at_rmanconnectstring
;;
"empidev") INTERNAL=user/pass
ORACLE_SID=empidev
TARGET=user/pass
ORACLE_HOME=/opt/oracle/product/9.2.0
RMANID= <mailto:RMANID=user/pass_at_rmanconnectstring> user/pass_at_rmanconnectstring
;;
[Stankus, Paula G] -----Original Message-----
From: Graeme.Farmer_at_mincom.com [mailto:Graeme.Farmer_at_mincom.com]
Sent: Wednesday, September 15, 2004 11:09 AM
To: Stankus, Paula G
Cc: oracle-l_at_freelists.org; oracle-l-bounce_at_freelists.org; thomas.mercadante_at_labor.state.ny.us
Subject: Re: rman centralized backup server
Hi Paula,
You can certainly use the (8i/9i?) database on your Solaris server to house a 10G RMAN catalog, the database version used to house the catalog is largely irrelevant. What IS relevant is that you have a version of RMAN catalog that is compatible with the RMAN binary you are using on the target database (which usually means the CATALOG must be at least the same version as the executable).
Whether you can use the same catalog to house 8i/9i/10g databases I am not sure, you'll have to check compatability for that but I have combined 8i/9i databases in a 9i catalog with no problem.
Regards
Graeme
<Paula_Stankus_at_doh.state.fl.us>
Sent by: oracle-l-bounce_at_freelists.org
16/09/2004 12:52 AM
Please respond to
Paula_Stankus_at_doh.state.fl.us
To
<thomas.mercadante_at_labor.state.ny.us>, <oracle-l_at_freelists.org>
cc
Subject
rman centralized backup server
Guys,
In order to manage and provide easier d/r for the oracle infrastructure = I have setup a centralized rman catalog and for redundancy another copy = of the same. Here is my concern:
We are going to be installing a new instance of 10G on Linux. I = currently have my centralized RMAN running on Solaris - could I backup = the 10G databases on Linux with RMAN on Solaris - would I need to have = 10G RMAN on Solaris to make that happen?
Thanks,
Paula
-- http://www.freelists.org/webpage/oracle-l -- This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please notify the sender and delete the transmission. The contents of this e-mail are the opinion of the writer only and are not endorsed by the Mincom Group of companies unless expressly stated otherwise. _____ Teach CanIt if this mail (ID 10171046) is spam: Spam <https://dohsmsi01.doh.state.fl.us/canit/b.php?c=s&i=10171046&m=0baf671c86af> Not <https://dohsmsi01.doh.state.fl.us/canit/b.php?c=n&i=10171046&m=0baf671c86af> spam Forget <https://dohsmsi01.doh.state.fl.us/canit/b.php?c=f&i=10171046&m=0baf671c86af> previous vote -- http://www.freelists.org/webpage/oracle-lReceived on Wed Sep 15 2004 - 10:48:53 CDT
![]() |
![]() |