The Dbvisit Standby setup and configuration is now complete. Through the automatic scheduling, Dbvisit Standby will keep the standby database up to date.
The DDC file can be edited with any ascii editor to change a setting or threshold. The DDC file should be edited on the primary server only.
...
Scheduling through cron:
00 * * * * /usr/local/dbvisit/standby/dbvisit –i w120n
- Open the standby database in READ ONLY mode to periodically to test if the standby database is up to date.
- Open the standby database in READ ONLY mode through the GUI.
Choose Run -> Run Interactive -> Standby Server tab.
Open the standby database in READ ONLY mode through the CLI
/usr/local/dbvisit/standby/dbv_oraStartStop open w120n
While the standby database is in READ ONLY mode, it is not possible to apply the latest changes. The standby database must be restarted to apply the latest changes. To restart the standby database:
- To restart the standby database in GUI
...