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