Mike Donovan
06-25-2009, 07:18 AM
It is possible to run multiple standby databases off the same primary database with Dbvisit Standby. To setup for multiple standby databases please follow the steps outlined below (which assume that Dbvisit Standby has already been installed and configured to work with a standby database - called w120 in this example):
1. Copy the DDC file on the primary server and give it a new name.
Example:
copy dbv_w120.env dbv_w1202.env
or
cp dbv_w120.env dbv_w1202.env
Where w120 is the name of the database.
2. Edit the new DDC file and change the DESTINATION variable. This must be set to the new standby server that is running the second standby database. Do not change the ORACLE_SID.
Example:
DESTINATION=dbvisit13
Where dbvisit13 is the second standby server.
The first time that Dbvisit Standby is executed for a new standby database, run Dbvisit Standby with the resynch option.
dbvisit -R w1202
Then schedule Dbvisit Standby with this command on both the primary and new standby servers:
/usr/local/dbvisit/dbvisit w1202
A step by step guide to this process is also available here:
http://www.dbvisit.com/docs/Dbvisit_UserGuide5.2.htm#_Toc232239409
1. Copy the DDC file on the primary server and give it a new name.
Example:
copy dbv_w120.env dbv_w1202.env
or
cp dbv_w120.env dbv_w1202.env
Where w120 is the name of the database.
2. Edit the new DDC file and change the DESTINATION variable. This must be set to the new standby server that is running the second standby database. Do not change the ORACLE_SID.
Example:
DESTINATION=dbvisit13
Where dbvisit13 is the second standby server.
The first time that Dbvisit Standby is executed for a new standby database, run Dbvisit Standby with the resynch option.
dbvisit -R w1202
Then schedule Dbvisit Standby with this command on both the primary and new standby servers:
/usr/local/dbvisit/dbvisit w1202
A step by step guide to this process is also available here:
http://www.dbvisit.com/docs/Dbvisit_UserGuide5.2.htm#_Toc232239409