HP 3PAR Application Software Suite for Oracle User Manual
Page 53

3.
Create a user for the Recovery Catalog as follows:
$ sqlplus "/as sysdba"
SQL> create user
temporary tablespace temp
default tablespace
quota unlimited on
SQL> grant connect, resource, recovery_catalog_owner to
where:
•
is the tablespace name of the Recovery Catalog.
•
is the user name to be granted access permission to the Recovery Catalog.
•
is the password for the
4.
Create the RMAN Recovery Catalog tables as follows:
$ rman catalog
RMAN> create catalog tablespace
5.
Configure TNS services for the Recovery Catalog database by adding an entry in the
$ORACLE_HOME/network/admin/tnsnames.ora
file on the database server and backup
server as follows:
(description =
(address = (protocol = TCP) (host =
(connect_data = (server = dedicated) (service_name =
)
where
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:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME =
(ORACLE_HOME =
(SID_NAME =
)
)
7.
Log in as the Oracle owner user and register the database on the database server.
NOTE:
If Recovery Manager for Oracle is used to run against an Oracle standby database,
you must register the primary database on the primary database server instead of the standby
database.
$ rman target / catalog
RMAN> register database;
Setting Up NetBackup Policies for Oracle RMAN Backup
53