Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

One of the key options provided by Dbvisit Standby is the option to perform a Graceful Switchover (GS). This process should be executed in a controlled manner with both primary and standby databases functional and up to date. When performing a GS there is no data loss as this is done in a controlled manner. The GS commands should be executed on both the primary and standby server, and a unique number is specified as an additional check. This number does not get used for anything else. The command used to start the GS process is:

./dbv_oraStartStop switchover <DDC> <UniqueNumber>

This command can be executed in any order, but is normally first on the primary then the standby, for example:

Primary:

 

oracle@dbvlin501[/usr/dbvisit/standby]: ./dbv_oraStartStop proddb 123

 

 

Standby:

 

oracle@dbvlin502[/usr/dbvisit/standby]: ./dbv_oraStartStop proddb 123

 

The output of these commands are long, and only the commands themselves are shown in this section. The GS process can take a number of minutes depending on the size and amount of redo logs.

 

  • No labels