HP Application Recovery Manager software Integration guide (March 2008)

1. Determine if the database uses the SPFILE parameter:
SQL> show parameter spfile;
NAME TYPE VALUE
------------------------- ----------- -------------------
spfile string ?/dbs/spfile@.ora
2. Specify the new location for the control files by running the following command:
SQL> alter system
setcontrol_files='/oracle/logs/RCVCAT/control01.ctl','/oracle/logs/RCVCAT/control02','/oracle/logs/RCVCAT/control03.ctl'
scope=spfile;
3. Shut down the database:
SQL> shutdown
4. Move the control files to the new location:
mv /opt/oracle/product/9.2.0/oradata/control*
/oracle/oractl
5. Restart the database:
SQL> startup
ZDB integrations omnirc variables
The Application Recovery Manager ZDB integrations use environment variables,
which can be set in the /opt/omni/.omnirc (on UNIX systems) or
AppRM_home\omnirc file (on Windows systems), on both the application and
backup systems. These variables are used for Application Recovery Manager ZDB
integrations customizing. See the online Help index: omnirc options for information
on how to use the omnirc file.
For information on Application Recovery Manager ZDB agents omnirc file variables,
see the HP Application Recovery Manager software administrator's guide.
This section explains the omnirc file variables that can be set for the Application
Recovery Manager Oracle integration.
ZDB_ORA_INCLUDE_CF_OLF:
The default value is 0. Possible values are 0 and 1.
Integration guide 197