REDO LOGS IN STANDBY DATABASE [message #222081] |
Thu, 01 March 2007 12:40  |
alertmax
Messages: 4 Registered: February 2007
|
Junior Member |
|
|
in the data guard....
when i create the control file for the standby database
"ALTER DATABASE CREATE STANDBY CONTROLFILE AS 'C:\oracle\product\10.2.0\db_1\standby\CONTROL_01.CTL';"
the localization of database files of my new control file (standby) is setting to the directories of the database standby
but the redo log files of my standby control file is setting to the directory of the main database
is that right?? the standby database have the same redo logs of the main database??
THanks
[Updated on: Thu, 01 March 2007 12:42] Report message to a moderator
|
|
|
|
Re: REDO LOGS IN STANDBY DATABASE [message #225537 is a reply to message #222081] |
Tue, 20 March 2007 04:52   |
|
hi,
pls dont use the redo logs files of the PR on ur standby database...
u have to create standby redo log on the standby database and also create standby redo on PR db which will be helpful 4 u during swithover.
Regards,
Amit D
|
|
|
|
|
Re: REDO LOGS IN STANDBY DATABASE [message #235225 is a reply to message #235013] |
Fri, 04 May 2007 07:10   |
sriram717
Messages: 48 Registered: February 2007 Location: UNITED KINGDOM
|
Member |
|
|
Hi
Stanby RedoLogs are mandatory when operating with lgwr mode of log transport(Max Availability and Max Protection)
Yes it will be aiding a smooth failover if it is present regradless of the protecion modes.Optional with max perfromance mode.
In oracle 10g with fast start failover you have a failover with out a DBA intervention.
Thanks
|
|
|
|