HP 3PAR Application Software Suite for Oracle User Manual
Page 73
4.25
Setting Up NetBackup Policies for Oracle RMAN Backup
Recovery Manager for Oracle User’s Guide
2
Create a tablespace for the Recovery Catalog as follows:
where:
◆
is the Oracle Instance ID of the Recovery Catalog.
◆
is the Recovery Catalog tablespace name.
◆
is the file path where the datafile is created.
3
Create a user for the Recovery Catalog as follows:
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:
$ export ORACLE_SID=
$ export ORACLE_HOME=
$ sqlplus "/as sysdba"
SQL> create tablespace
SQL> exit
$ sqlplus "/as sysdba"
SQL> create user
temporary tablespace temp
default tablespace
quota unlimited on
SQL> grant connect, resource, recovery_catalog_owner to
$ rman catalog
RMAN> create catalog tablespace