The complete installation and configuration should take less than 30 minutes. The server or the database does not need to be restarted.
This is a quick installation guide only. For the complete step-by-step instructions please see the Dbvisit Installation Guide and User Manual.
In an Oracle RAC environment, Dbvisit must be installed and configured as below on each primary node in the RAC cluster.
(where <os> is the Operating System - linux, hpux, aix, solaris etc.)
2. Login as the Oracle database owner (e.g.: oracle) to the primary server.
|
/usr/local/>
chown oracle:dba dbvisit |
Where oracle is the Oracle database owner and dba is the database group.
|
/usr/local/dbvisit/>
tar xvf dbvisit51.tar |
Where /usr/local/dbvisit/ > is the prompt of the OS showing the current directory.
|
/usr/local/dbvisit/>
chmod 750 * |
|
/usr/local/dbvisit/> rm dbvisit51.tar |
|
/usr/local/>
chown oracle:dba dbvisit |
Where oracle is the Oracle database owner and dba is the database group.
The Dbvisit software has been installed. The standby database can now be created.
If a standby database is already created, then this step can be ignored.
Please continue with the next step.
See http://www.dbvisit.com/docs/Creating_a_standby_database_linux.pdf on how to create a standby
database.
Secure shell is the preferred method to transport the Oracle logs from
the primary to the standby servers.
If a SSH without a password or passphrase is already configured, then
this step can be ignored. Please continue with the next step.
See http://www.dbvisit.com/docs/Setup_ssh_without_passphrase.pdf on how to setup SH without a
password or passphrase.
Once the Dbvisit software is installed and the standby database is created, Dbvisit can be configured (or setup) for a specific database.
|
/usr/local/dbvisit/dbvisit_setup |
|
=>dbvisit_setup only needs to be run on the primary server. Is this the primary server? <Yes/No> [Yes]: |
|
========================================================= Dbvisit Standby
Database technology
http://www.dbvisit.com Dbvisit Database
setup Default values
will be shown in [] Options: 1) New Database
setup (combines options 2,3,4) 1a) New RAC
Instance setup (combines options 2,3,4) 2) New Dbvisit
Database configuration (DDC) file setup 3) New Dbvisit
Archive Management Module (AMM) setup 4) New Dbvisit
Database repository (DDR) setup 5) Manage Dbvisit
Database repository (DDR) 6) Update Dbvisit
Database configuration (DDC) file 9) Uninstall
Dbvisit Database repository (DDR) E) Exit ========================================================= Please enter choice : 1 |
Dbvisit is run from the Dbvisit install directory.
1. Go to the Dbvisit install directory:
|
cd /usr/local/dbvisit/ |
2. Executing Dbvisit on the primary server:
dbvisit oracle_database
Where oracle_database is the name of the database (or RAC instance).
Example
|
/usr/local/dbvisit/dbvisit w120n |
Where
w120n is the name of your database
The first time that Dbvisit executes, the Dbvisit installation and configuration files will be copied over to the standby server. This is equivalent to running Dbvisit with the -c option.
3. Executing Dbvisit on the standby server:
dbvisit oracle_database
Where oracle_database is the name of the database (or RAC instance).
Example
|
/usr/local/dbvisit/dbvisit w120n |
Where
w120n is the name of your standby
database
For the complete list of Dbvisit commands see Dbvisit
commands overview.