If your host computer has Internet connectivity, a 30 day trial version of Dbvisit Replicate can be downloaded from the Dbvisit website. This is a full feature evaluation version. Note that this version can only be used for evaluation purposes.
Note |
---|
If your host machine doesn't have Internet connectivity, a version of Dbvisit Replicate has been included as part of the Rep Attack setup files in the Rep Attack 11g XE/shared directory but it's always recommended that you download the latest version from the website if possible. |
1. On your host computer, use your Internet browser and go to the Dbvisit download page for Dbvisit Replicate: http://www.dbvisit.com/products/downloads/#replicate
...
4. The email link for the download will be sent to the email provided. Click on the email link to bring you to the download page
5. Right click the Linux 64bit RPM and select to copy the URL
6. Copy the RPM into the REP_HOME/Rep Attack 11g XE/shared directory on your host computer. This will make the RPM available to the virtual machines for installation.
...
...
If your host machine doesn't have Internet connectivity, a version of Dbvisit Replicate has been included as part of the Rep Attack setup files in the Rep Attack 11g XE/shared directory but it's always recommended that you download the latest version from the website if possible.
Install Dbvisit Replicate on the Source Machine
- Using the SSH terminal emulation program on your host machine (eg PuTTy on Windows or Terminal on Mac), log in to the oracle account (password is oracle)
- Change directory to the shared folder, /media/sf_shared. You should see the Replicate RPM.
- su to the root user to install the RPM (password is root)
- Install the RPM
No Format |
---|
rpm -ivh /u01/oracle/software/dbvisit_replicate-2.7.02-1.x86_64.rpm Preparing... ########################################### [100%] 1:dbvisit_replicate ########################################### [100%] |
Exit back to user oracle, and test the oracle user account.
No Format |
---|
exit
|
Test that the dbvrep executable works .
...
by invoking it with the version parameter.
No Format |
---|
[oracle@source software]$ dbvrep version Initializing......done Dbvisit Replicate version 2.7.02. Copyright (C) Dbvisit Software Limited. All rights reserved. No DDC file loaded. Dbvisit Replicate version 2.7.02. OK-0: Completed successfully. |
...