...
- 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
- Install the RPM
No Format |
---|
su - rpm -ivh /u01/app/oracle/software/dbvisit_replicate-2.7.0206-1.x86_64.rpm Preparing... ########################################### [100%] 1:dbvisit_replicate ########################################### [100%] |
Exit to user oracle, and test that the dbvrep executable works.
No Format |
---|
exit |
No Format |
---|
[oracle@sourceoracle@target software]$ dbvrep version Initializing......done Dbvisit Replicate version 2.7.0206.4485 Copyright (C) Dbvisit Software Limited. All rights reserved. No DDC file loaded. Dbvisit Replicate version 2.7.06.024485. OK-0: Completed successfully. |
...