Versions Compared

Key

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

Dbvisit Replicate can be installed as a TAR file or a RPM. The simplest way is to install the RPM, but this does require root privileges to run RPM. RPM is only available for Linux.

 

Note

For Linux (64bit, RHEL 4) only TAR file is available; no rpm

 

Dbvisit Replicate software can be run with any OS user id except root. It does not have to be the same user id as the Oracle software. However, file system read access to the redo and archive logs is required and that is why the user has to be part of the oinstall or dba group. If ASM is used on MINE, a bequeath connection must be made to the ASM instance and the user may also have to be a member of the sysasm group.

RPM

Note

If Dbvisit Replicate has been previously installed, ensure the RPM is removed first. This can be done by running the following command as root.

No Format
rpm -e `rpm -qa | grep dbvisit_replicate`

...

No Format
bgColorCCC
rpm -ivh /usr/tmp/dbvisit_replicate-2.56.0.10-1.x86_64.rpm

This installs Dbvisit Replicate in:

...

No Format
bgColorCCC
rpm -ivh /usr/tmp/dbvisit_replicate-2.56.0.10-1.x86_64.rpm

This installs Dbvisit Replicate in:

...

No Format
bgColorCCC
tar xvf dbvrep2.56.tar

This will have created the replicate subdirectory. This is where Dbvisit Replicate will be installed.

...

No Format
bgColorCCC
tar xvf dbvrep2.56.tar

 

11. cd into the replicate directory.

...