...
3. Fill in your personal details
34. 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
45. Right click the Linux 32bit RPM and select to copy the URL
56. 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 the latest download version is also fine.
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 |
---|
su -
Password:
[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 the the dbvrep executable works
No Format |
---|
# exit
[oracle@source software]$ dbvrep version
Initializing......done
Dbvisit Replicate version 2.6.00.3735
Copyright (C) Dbvisit Software Limited. All rights reserved.
No DDC file loaded.
Dbvisit Replicate version 2.6.00.3735.
OK-0: Completed successfully. |
10. Go to the target server (dbv02) and cd into the software directory
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 the latest download version is also fine.
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 |
---|
su -
Password:
[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
No Format |
---|
# exit
[oracle@target software]$ dbvrep version
Initializing......done
Dbvisit Replicate version 2.6.00.3735
Copyright (C) Dbvisit Software Limited. All rights reserved.
No DDC file loaded.
Dbvisit Replicate version 2.6.00.3735.
OK-0: Completed successfully. |