|
|
|
Re: One for the guru: Standby Database using Online Redo? [message #243298 is a reply to message #241804] |
Wed, 06 June 2007 15:52   |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
mike
Log_archive_dest_1=’Location=c:\oracle\backup
VALID_FOR=(ALL_LOGFILES,ALL_ROLES)
db_unique_name=primary’
Log_archive_dest_2=’Service=to_standby
VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
db_unique_name=standby’
as we set Log_archive_dest_1 & 2 on both side .then standby shouldnt throw the error for archiving .if we switch over our standby to primary.
|
|
|
|