Before installing Dbvisit Standby please ensure that the following prerequisites are met:
| Task | Comment | Completed? |
Oracle software is installed on primary server or for each node in Oracle RAC | The location of the Oracle software is called the ORACLE_HOME. In Dbvisit Standby this variable is also called ORACLE_HOME. |
| |
Oracle software is installed on standby server. | The location of the Oracle software is called the ORACLE_HOME. In Dbvisit Standby this variable is called ORACLE_HOME_DR. |
| |
Oracle Production database is up and running. | Ensure database is in ARCHIVELOG mode. To determine if database is in archive log mode run SQL command: |
| |
The same user that installed Oracle software should be used to install Dbvisit Standby. | This user must have permission to logon to the database as sysdba. |
| |
Dbvisit Standby uses email for alerting. Dbvisit Standby comes with its own mail client. The smtp server needs to be specified so that Dbvisit Standby knows where to send the emails to. | smtp server is usually in the format: |
| |
Although not strictly necessary, ensure that ORACLE_BASE is known. Ensure that the admin directory of the database (usually under the ORACLE_BASE) is known. | The ORACLE_BASE is only used by Dbvisit Standby during setup to determine the location of the admin directories of the database. |
| |
Ensure that the standby server name is known on the primary server. | Try pinging the standby server. The ping does not have to be successful, but the host name should be resolved to an IP address. |
| |
Ensure that the firewall port is opened between the primary and the standby servers. | Default port will be with port 22 for ssh. |
| |
If Dbvserver is being used to provide the web based interface to Dbvisit, then the Dbvserver http port needs to be opened on the firewall | Default http port is 8081. |
| |
In case either primary or standby databases use ASM storage, the user that installed Dbvisit Standby should be able to connect to the ASM instance as sysdba | The user should either: |
|