3.5.1 MxDB-Oracle-HiAv Installation and Administration Guide
Chapter 2: Operations 49
Copyright © 1999-2007 PolyServe, Inc. All rights reserved.
To configure Data Guard Standby start/stop and probe scripts, change
directories to ${
ORACLE_BASE}/admin/<DBNAME>/scripts and copy the
reference scripts from the /opt/polyserve/mxdb_oracle_ha/lib directory to
your current directory. Next, create symbolic links as shown in the
following example:
$ cd $ORACLE_BASE/admin/${ORACLE_SID}/scripts
$ cp /opt/polyserve/mxdb_oracle_ha/lib/DG*sql .
$ ls -lgG
total 16
-rwxr-xr-x 1 93 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_abort.sql
-rwxr-xr-x 1 153 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_immediate.sql
-rwxr-xr-x 1 693 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_probe.sql
-rwxr-xr-x 1 190 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_start.sql
$ ln -s DG_PHYS_STANDBY_mxdb_abort.sql mxdb_abort.sql
$ ln -s DG_PHYS_STANDBY_mxdb_immediate.sql mxdb_immediate.sql
$ ln -s DG_PHYS_STANDBY_mxdb_probe.sql mxdb_probe.sql
$ ln -s DG_PHYS_STANDBY_mxdb_start.sql mxdb_start.sql
$ ls -lgG
total 32
-rwxr-xr-x 1 93 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_abort.sql
-rwxr-xr-x 1 153 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_immediate.sql
-rwxr-xr-x 1 693 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_probe.sql
-rwxr-xr-x 1 190 Apr 13 15:01 DG_PHYS_STANDBY_mxdb_start.sql
lrwxrwxrwx 1 30 Apr 13 15:01 mxdb_abort.sql ->
DG_PHYS_STANDBY_mxdb_abort.sql
lrwxrwxrwx 1 34 Apr 13 15:01 mxdb_immediate.sql ->
DG_PHYS_STANDBY_mxdb_immediate.sql
lrwxrwxrwx 1 30 Apr 13 15:02 mxdb_probe.sql ->
DG_PHYS_STANDBY_mxdb_probe.sql
lrwxrwxrwx 1 30 Apr 13 15:02 mxdb_start.sql ->
DG_PHYS_STANDBY_mxdb_start.sql
Configuring SQL*Net for Data Guard
Unlike non-Data Guard databases, MxDB-Oracle-HiAv offers no support
for automatically configuring SQL*Net for your Data Guard databases.
The best approach to deploying MxDB-Oracle-HiAv-in conjunction with
Data Guard is to get Data Guard fully functional before you create a
Virtual Oracle Service for the database. Once Data Guard is fully
functional, it is quite simple to change the SQL*Net files so that the HOST
assignments use the Virtual Oracle Service VHOST instead of the real
host name, and then use the MxDB-Oracle-HiAv GUI to create the Virtual
Oracle Service. In such a case you simply check the button that tells the