Failover from Primary to Secondary [message #421583] |
Wed, 09 September 2009 05:08 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
preet_kumar
Messages: 204 Registered: March 2007
|
Senior Member |
|
|
Using Oracle 10g Enterprise Edition but not using dataguard and redos transferred to secondary the old method with script.
For a Failover to Secondary do i have to follow any other steps than mentioned below.
*Shutdown primary
*Copy last archive log to secondary and apply them on secondary.
*On Secondary run
ALTER DATABASE COMMIT TO SWITCHOVER TO PRIMARY;
*Shutdown Secondary and bring it back with STARTUP.
|
|
|
|
|