RE: Data Guard implementation : Question about role transition
Date: Fri, 12 Jun 2009 12:51:15 -0400
Message-ID: <23C4836D8E9C5F4280A66C0C247BC16F29994448_at_US-BOS-MX011.na.pxl.int>
Kumar,
What exactly are you trying to out? That the data made it to the standby site? If so, stop the managed recovery and open the database read only. Afterwards you can resume standby operations without having to rebuild the database. But note that on a real failover or switchover you can't just open the standby database, but have to shutdown first.
Dick Goulet
Senior Oracle DBA
PAREXEL International
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Kumar Madduri
Sent: Friday, June 12, 2009 11:11 AM
To: Oracle-L_at_freelists.org
Subject: Data Guard implementation : Question about role transition
Hi
Chapter 7 of the data guard implementation guide describes about role
transitions. There are two scenarios which are described here (a)
failvoer (b) switchover.
What if I really dont want to do both of them. I want to test my
standby by breaking it, but dont want to make it primary.
My standby is in a remote location and I just want to set it up, break
the standby (when the primary is up) and see if I can make it work.
Once this works, the idea is to rebuild the standby and it would be in
managed recovery state
The standby is in a DR site which ideally I want to failover during an
actual DR but I want to test my standby setup (on whether I can break
it etc) before the acctual DR and document the procedure.
When I tried to keep primary up and try to break the standby , it would not allow me even though I disable the log_archive_Dest_2.
Thank you for any pointers
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jun 12 2009 - 11:51:15 CDT