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.
1. Go to the Dbvisit download page for Dbvisit Replicate: http://www.dbvisit.com/products/downloads/#replicate
2. Click on Download Free Trial
3. Fill in your personal details
4. The email link for the download will be send to the email provided. Click on the email link to bring you to the download page
5. Right click the Linux 32bit RPM and select to copy the URL
6. Go to the source server (dbv01) and cd into the software directory
No Format |
---|
[oracle@source ~]$ cd ~oracle/software [oracle@source software]$ |
7. Use wget to download Dbvisit Replicate from the software directory. In this example Dbvisit Replicate 2.6.00 is used, but always use the latest download available from the dbvisit.com website
No Format |
---|
[oracle@source software]$ wget http://xxxxxx/xxxx/xxxx/xxxx/dbvisit_replicate-2.6.00-1.i386.rpm Resolving ww2.dbvisit.com... 67.222.54.241 Connecting to ww2.dbvisit.com|67.222.54.241|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 54824960 (52M) [application/x-rpm] Saving to: `dbvisit_replicate-x.x.xx-1.i386.rpm' 15% [==================> ] 8,489,962 377K/s eta 71s |
8. Su to root and install the rpm
...
No Format |
---|
[root@source ~]# rpm -ivh /home/oracle/software/dbvisit_replicate-2.6.00-1.i386.rpm Preparing... ########################################### [100%] 1:dbvisit_replicate ########################################### [100%] |
9. Exit to user oracle, and test that the the dbvrep executable works
No Format |
---|
# exit |
...
No Format |
---|
[oracle@target ~]$ cd ~oracle/software [oracle@target software]$ |
11. Use wget to download Dbvisit Replicate from the software directory. In this example Dbvisit Replicate 2.6.00 is used, but always use the latest download available from the dbvisit.com website
No Format |
---|
[oracle@target software]$ wget http://xxxxxx/xxxx/xxxx/xxxx/dbvisit_replicate-2.6.00-1.i386.rpm Resolving ww2.dbvisit.com... 67.222.54.241 Connecting to ww2.dbvisit.com|67.222.54.241|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 54824960 (52M) [application/x-rpm] Saving to: `dbvisit_replicate-x.x.xx-1.i386.rpm' 15% [==================> ] 8,489,962 377K/s eta 71s |
12. Su to root and install the rpm
...
No Format |
---|
[root@target ~]# rpm -ivh /home/oracle/software/dbvisit_replicate-2.6.00-1.i386.rpm Preparing... ########################################### [100%] 1:dbvisit_replicate ########################################### [100%] |
13. Exit to user oracle, and test the the dbvrep executable works
...