Running the Recovery Appliance Backup Module Installer
Install the Recovery Appliance backup module in the host file system of the protected database. Since the Recovery Appliance backup module is a shared library, it must be installed into a location within the shared library search path that is visible to every protected database instance. For example, $ORACLE_HOME/lib is the default location for shared libraries for the Oracle database.
The Recovery Appliance backup module location is used with the SBT_LIBRARY parameter in the ALLOCATE CHANNEL or CONFIGURE CHANNEL commands.
To run the Recovery Appliance backup module installer:
-
Unzip the installer downloaded in “Obtaining the Installer for the Recovery Appliance Backup Module” into a local directory.
The installer contains the following files:
ra_install.jarandra_readme.txt. -
Ensure that the
ORACLE_HOMEenvironment variable is set to the Oracle home of the protected database. -
Run the installer
ra_install.jarby providing the mandatory parameters. Table 1 describes the parameters required to install the Recovery Appliance backup module.For example, the following command runs the Recovery Appliance installer with the VPC user name
rauser11and passwordrau11pswd. The Oracle wallet containing the Recovery Appliance credentials is stored in$ORACLE_HOME/dbs/ra_walletand the SBT library for the Recovery Appliance backup module is stored in$ORACLE_HOME/lib. The Single Client Access Name (SCAN) of the Recovery Appliance isra-scan, the listener port number of the Recovery Appliance metadata database is 1521, and the service name of the Recovery Appliance metadata database ismyzdlra.% java -jar ra_install.jar -dbUser rauser11 -dbPass rau11pswd -host ra-scan -port 1521 -serviceName myzdlra -walletDir $ORACLE_HOME/dba/ra_wallet -libDir $ORACLE_HOME/lib -proxyHost www-proxy.mycompany.comSee Also:
-
“Creating an Oracle Wallet on the Protected Database” for steps to manually create an Oracle wallet.
-
“Using RMAN Channels for Recovery Appliance Backup and Recovery Operations”.
-