HP 3PAR Application Software Suite for Oracle User Manual
Page 74
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
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.
(description =
(address = (protocol = TCP) (host =
(connect_data = (server = dedicated) (service_name =
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME =
(ORACLE_HOME =
(SID_NAME =
)
)
$ rman target / catalog
RMAN> register database;