View Single Post

  #4  
Old 03-05-2010, 03:37 PM
Andrew22 Andrew22 is offline
Junior Member
 
Join Date: Feb 2010
Location: U.K
Posts: 20
Default

Hello friends
Failover:
dbv_oraStartStop activate orcl1
(where orcl1 is the name of the database)

This command is run on the standby server. Now the standby database has been activated and is now the new primary database.

Switchover:
dbv_oraStartStop switchover orcl1
(where orcl1 is the name of the database)

This command is run on both the primary and standby servers. The primary database will become the standby database, and the standby database becomes the primary database. Dbvisit will continue to operate to keep the new standby database up to date from the new primary database. No configuration changes need to be made.

Hope this help
Reply With Quote