| Oracle® Application Server Disaster Recovery Guide 10g Release 3 (10.1.3.3.0) Part Number E12297-02 |
|
|
View PDF |
Disk replication is used for disaster protection for most Oracle Application Server components. However, disk replication is not used for disaster protection for Oracle Business Activity Monitoring.
This appendix describes how to set up data protection for Oracle Business Activity Monitoring in an Oracle Application Server Disaster Recovery topology.
Follow these steps to set up data protection for Oracle Business Activity Monitoring in an Oracle Application Server Disaster Recovery topology:
Use Oracle Data Guard for database recovery. The database at the production site is the production database and the database at the standby site is the standby database. Configure Oracle Data Guard to keep the production and standby databases synchronized. See Section 2.2.1, "Database Considerations" for more information about setting up Oracle Data Guard for data protection of Oracle databases.
Perform a complete Oracle Business Activity Monitoring installation on both the production site host and standby site host.
Use the same database during both installations. For example, specify the same production database for Oracle Business Activity Monitoring with the Sagent schemas (orabam and orasagent, by default).
When you need to install a patch for Oracle Business Activity Monitoring, install it on both the production site host and the standby site host.
Shut down Oracle Business Activity Monitoring on the standby site.
For production, use Oracle Business Activity Monitoring on the production site. At regular intervals, check that the Oracle Data Guard synchronization is working properly, keeping the standby database updated.
If the production site fails, follow these steps to recover Oracle Business Activity Monitoring at the standby site:
Use Oracle Data Guard database recovery procedures to bring the standby database online.
Locate the tnsnames.ora file in the Oracle Business Activity Monitoring database client location, which has a default location of:
C:\OracleBAM\ClientForBAM\NETWORK\ADMIN\tnsnames.ora
In the tnsnames.ora file, change the name of the database host to the name of the standby database host.
In the tnsnames.ora file, change the database port number to the port number for the standby database.
In the tnsnames.ora file, change the database name to the standby database name.
Start Oracle Business Activity Monitoring using the shortcut on the desktop.
Note:
As a best practice, when using JMS messaging with Oracle Business Activity Monitoring, use the Message Integrity feature (also known as the Guaranteed Messaging feature).For information on setting up Message Integrity for Oracle Business Activity Monitoring, see the "Message Integrity Setup" section of the Oracle Application Server High Availability Guide for Oracle Application Server release 10.1.3.1.0.