Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Dbvisit Standby pre-processing (here your own commands may be executed)
  2. Dbvisit Standby applies the archive logs
  3. Dbvisit Standby post-processing (here your own commands may be executed)
  4. Optional Dbvisit Standby Archive log Management Module

Pre and post settings

...

DBV_PRE_PROCSpecifies the name of the pre-processing script.
Default value Windows: dbv_pre_processing.cmd
Default value Non Windows: dbv_pre_processing.sh
If a different named script should be called, then this variable can set in the DDC file. If no path name is given the Dbvisit Standby install directory is assumed. 
Example:
    DBV_PRE_PROC = rman_backup.cmd
DBV_POST_PROCSpecifies the name of the post-processing script.
Default value Windows: dbv_post_processing.cmd
Default value Non Windows: dbv_post_processing.sh
If a different named script should be called, then this variable can set in the DDC file. If no path name is given the Dbvisit Standby install directory is assumed. 
Example:
    DBV_POST_PROC = post_procs_all.cmd


Pre-processing (Windows)

The commands will run before Dbvisit Standby transfers or applies the log files. If the pre-processing has to take place before Dbvisit Standby transfers the log files on the primary server, the following commands need to be done on the primary server. If the pre-processing has to take place before Dbvisit Standby applies the log files on the standby server, the following commands need to be done on the standby server. The pre-processing will apply for all databases that use Dbvisit Standby on the server.

...