Dbvisit Standby Components

Dbvisit Standby refers to the product "Dbvisit Standby" and does not refer to the standby database or standby server.

 

The Dbvisit Standby version 7 environment consists of the following components:

Dbvnet

(Dbvisit Networking)

Dbvisit Standby Version 7 introduces a new component called Dbvnet.  
This component is responsible for the secure communication between the primary and standby systems. It consists of the following executable:

  • dbvnet - This is the main Dbvnet executable used to start the networking communication between the primary and standby server. 
    This component should run on both the primary and standby servers and is configured during the installation process.

Dbvserver

(Dbvisit Standby GUI)

This is a Web server that provides the web interface to Dbvisit. 
It consists of the following executable:

  • dbvserverd - The main Dbvserver executable for the Dbvisit Web server, and is used to start/stop the Dbvisit Web server.

Standby

(Dbvisit Standby Core and CLI)

Dbvisit Standby, also referred to as Standby, is the core of the Dbvisit Standby product. 
This consists of the following executables (commands):

  • dbvisit - The main Dbvisit Standby executable, including functionality to send/apply logs, as well as generate reports.
  • dbv_oraStartStop - Executable to start, stop, failover and switchover the databases.
  • dbvisit_setup - Menu driven wizard to configure Dbvisit and to create the standby database.
  • dbv_functions - Executable to provide extra tools and functionality.

Dbvisit Database Configuration

(DDC file)

This is similar to the init.ora parameter file and contains the Dbvisit Standby settings for a specific primary and standby database pair. 

The DDC file is generated during setup for each database. The DDC file can be edited with any text editor or by running dbvisit_setup or through the web-based GUI.

The DDC file should only be edited on the primary server. The template to create the DDC file for each database is dbv_ORACLE_SID.env

Dbvisit Database Repository

(DDR)

This is a schema in the database that contains the Dbvisit Standby tables used to manage the standby process.

The DDR is created during setup, and the default schema name is dbvisit7.

Dbvisit Standby trace files

Each time Dbvisit Standby executes, a trace file is generated. This trace file contains information about Dbvisit Standby processing and its environment.

When an alert or error notification is sent by Dbvisit Standby, the trace file will be attached to the email so that this can be forwarded to Dbvisit support if needed.

This trace file is used by the Dbvisit support team to diagnose issues.


Dbvisit Standby version 7 is making use of a new directory structure compared to previous versions.  

The primary directory is called "dbvisit" and it contains three sub-directories, providing a logical grouping of the Dbvisit Standby components (Dbvnet - Networking, Dbvserver - GUI and Standby for CLI and Core Standby functionality) 

The new directory structure as of version 7 is listed below:

dbvisit
|-- dbvnet
| |-- conf
| | `-- init.d
| |-- doc
| |-- log
| `-- tmp
|-- dbvserver
| |-- conf
| | `-- init.d
| |-- doc
| |-- log
| `-- tmp
`-- standby
|-- conf
|-- doc
|-- log
|-- pid
|-- tmp
`-- trace