
|
[oracle-l]
||
[Date Prev]
[08-2007 Date Index]
[Date Next]
||
[Thread Prev]
[08-2007 Thread Index]
[Thread Next]
RE: multiple standby databases
- From: <Scott.Washburn@xxxxxxxxxxxx>
- To: <ryan_gaffuri@xxxxxxxxxxx>
- Date: Wed, 1 Aug 2007 14:33:58 -0400
You can have up to nine physical standby databases. Please check the
Oracle documentation Oracle Data Guard Concepts and Administration part
3 Creating a Physical Standby Database.
The LOG_ARCHIVE_DEST_STATE_n parameters (where n = 1, 2, 3, ... 10)
specify the availability state of the corresponding destination.
The parameter LOG_ARCHIVE_DEST_1 archives redo data generated by the
primary database from the local online redo log files to the local
archived redo log files.
The rest of parameters LOG_ARCHIVE_DEST_2 are valid only for the primary
role. This destination transmits redo data to the remote physical
standby destination.
.
Scott Washburn
Oracle Database Administrator
Wolseley North America Division
________________________________
From: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of
ryan_gaffuri@xxxxxxxxxxx
Sent: Wednesday, August 01, 2007 2:01 PM
To: oracle-l@xxxxxxxxxxxxx
Subject: multiple standby databases
Is it possible to have one primary and 3 physical standby databases
using dataguard? Everything I see in the docs leads me to believe its
one primary and one standby.
|

|