Glossary of terms

Certain terms are used during the installation process. This section lists the common terms used and their description.

TermDescription
Primary ServerThe main host or server that runs the primary Oracle database. Dbvisit Standby will be installed on this server.
Standby Server / Secondary ServerThe remote, secondary or standby server, which runs the Oracle standby database. This can also be the reporting server that runs the reporting (standby) database. Dbvisit Standby will be installed on this server.
Install directoryThe directory where Dbvisit Standby will be installed. It is recommended to keep this location the same on the primary and the standby servers.
ORACLE_HOMEThe directory where the Oracle software or executables are installed. 
ORACLE_BASEThis is where the administration files are kept for each database. This contains the bdump, udump and cdump directories of each database.
The ORACLE_BASE is not strictly necessary to configure Dbvisit Standby. Dbvisit Standby uses the ORACLE_BASE to determine where some of the database files are located during the setup.  
Oracle software ownerThis is the Windows user or account that owns the Oracle Software. In most cases this is oracle. This should be the user that is used to install Dbvisit Standby.
Log filesAll referring to the same files. These are the Oracle archive log files that are used during recovery and keeping the standby database in “synch”.
Archive filesOracle Archive log files are a backup copy of the Redo logs. Redo log files get overwritten, whereas the Archive files will not be overwritten. 
Archive log files 
Dbvisit Standby log gapThe Dbvisit Standby log gap reports on the Archive log gap and the Transfer log gap.
Archive log gapThe difference between the last archived sequence on the primary and the last applied sequence on the standby database. This figure should be near 0 (except when APPLY_DELAY_LAG_MINUTES is used).
Transfer log gapThe difference between the last archived sequence on the primary and the last sequence transferred to the standby server. The transfer log gap should be near 0.
log_archive_destParameter in Oracle that determines where the Log files are kept on the server. 
The value of this parameter can be shown by the SQL command:
SQL>show parameter log_archive_dest
DDCDDC stands for:
Dbvisit Database Configuration and refers to the “DDC name”
DDC nameMost Dbvisit Standby commands require the DDC name, or simply DDC. 
In most cases this is the same as the database name or ORACLE_SID. 
The DDC refers to the DDC file which is in the form: 
dbv_DDC.env 
This file contains the Dbvisit Standby settings for a particular primary and standby configuration. 
The DDC name and the ORACLE_SID can be different. 
The ORACLE_SID is a variable setting contained within the DDC file and is not linked to the DDC name. 
However in most cases the DDC and the ORACLE_SID are the same.
Example: If the database name (or ORACLE_SID) is orcl, then the DDC is orcl and the DDC file is dbv_orcl.env.
DDC fileA Dbvisit Standby created text file which contains all the settings for each database. There will be a DDC file for each database or instance that has Dbvisit Standby configured. 
The DDC file contains all the necessary configuration information to keep the standby database up to date. The file(s) will be in the Dbvisit Standby install directory and has the format:
dbv_<DDC>.env
Where DDC is the name of the Dbvisit Database Configuration. In most cases this is the same as the database name. The DDC refers to the DDC file name which is in the form: dbv_DDC.env and contains the Dbvisit Standby settings for a particular primary and standby configuration.
For RAC the name of the DDC file is associated with the instance name and not the ORACLE_SID.
For multiple standby databases, each standby database must have a unique DDC file name.  
The DDC file can be manually edited and updated, but this should only be done on the primary server. 
The updated DDC file will be automatically transferred to the standby server. 
The template to create the DDC file for each database is dbv_ORACLE_SID.env.
Dbvisit Standby installationThe installation of the Dbvisit Standby software.
Dbvisit Standby setupConfiguration of Dbvisit Standby for a specific primary database so that Dbvisit Standby will keep the standby database up to date. 
Dbvisit Standby setup for a specific database will create the following:
1. A Dbvisit Standby Database Configuration (DDC) file
2.  Dbvisit Standby database repository (DDR) 
Dbvisit Standby setup is initiated with command:
dbvisit_setup
Dbvisit Standby configurationSame as Dbvisit Standby setup.
Dbvisit Standby database repository (DDR)As part of the Dbvisit Standby setup, Dbvisit Standby will create an Oracle account that contains tables and objects. Dbvisit Standby uses this to keep internal track of the transfer process.
The Dbvisit Standby database repository is a small repository and should not take more than about 10MB in space. 
 Dbvisit Standby Archive log Management Module (AMM)Optional module that comes with Dbvisit Standby.
Management and monitoring of the Oracle archive log space on either the primary, standby server or both.
The AMM is configured through command:
dbvisit_setup
The AMM settings are contained within the Dbvisit Standby Database Configuration (DDC) file.
Fail overIn the event of a disaster, the standby database is activated to become the new primary database. The original primary database is no longer available.
To activate the standby database use the command:
dbv_oraStartStop activate <DDC>
Activation cannot be reversed. A new standby database will have to be built.
Graceful SwitchoverBoth the primary and standby database must be available. 
Reverses the roles between the primary and standby databases without data loss.
The primary database becomes the standby database and the standby database becomes the primary database.
Graceful Switchover is used to switch back to the original primary database after a disaster in which the standby database has been activated (failover).
Graceful Switchover may also be used for planned outages to perform an upgrade on the primary site by switching over the database users to the standby site as hardware or software is upgraded on the primary site. It may also be used to test the Disaster Recovery scenario. 
Role reversalPlease see Graceful Switchover.
SwitchoverPlease see Graceful Switchover.
Activation of standby databasePlease see failover. 
Transportable MediaTransportable Media (TM) is an external device such as a USB drive that can be used to create the standby database. 
The TM is first plugged into the primary server and then manually transferred to the standby site and plugged into the standby server to complete the standby database creation process.
Using a TM is advantageous if the database is very large or the network is slow since the network is no longer used to transfer the copy of the database to create the standby database.
DbvserverDbvserver is the Web server that provides the web interface to Dbvisit. This component is optional and only required if:
·           Dbvisit Standby is configured and run through a web browser.
·           Dbvisit Standby is to be scheduled using the built in web based scheduler. 
The default http port for Dbvserver is 8081.
Web based schedulerDbvisit Standby provides its own built in web based scheduler and is part of the Dbvserver web server. The Dbvserver process must be running for the scheduler to function.
CLI - Command Line Interface Dbvisit Standby can be configured and run through a command line interface (CLI) or a web-based interface (GUI). 
Throughout this user manual the CLI commands will be indicated with a icon
GUI - Graphical User Interface Dbvisit Standby can be configured and run through a command line interface (CLI) or a web-based interface (GUI). 
Dbvserver is the web server that needs to be running for the web-based access to be available. 
Throughout this user manual the web-based or GUI options will be indicated with a  icon