Software Suite for Oracle Instruction Manual

4.26
Setting Up NetBackup Policies for Oracle RMAN Backup
Recovery Manager for Oracle User’s Guide
5 Configure TNS services for the Recovery Catalog database by adding an entry in the
$ORACLE_HOME/network/admin/tnsnames.ora file on the primary host and backup
host as follows:
where <cat_host> is the host name of the host where the catalog is created.
6 Configure the Oracle listener for the Recovery Catalog database by adding an entry in the
$ORACLE_HOME/network/admin/listener.ora file on the host where the Recover
Catalog is created as follows:
7 Log in as the Oracle owner user and register the database on the primary host.
<catdb > =
(description =
(address = (protocol = TCP) (host = <cat_host>) (port = 1521))
(connect_data = (server = dedicated) (service_name = <catdb>))
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = <catdb>)
(ORACLE_HOME = <oracle_home>)
(SID_NAME = <catdb>)
)
)
$ rman target / catalog <rman_user>/<rman_password>@<catdb>
RMAN> register database;