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)
- su to the root user to install the RPM (password is root)
- Install the RPM
su - rpm -ivh /u01/app/oracle/software/dbvisit_replicate-2.7.06-1.x86_64.rpm Preparing... ########################################### [100%] 1:dbvisit_replicate ########################################### [100%]
Exit back to the oracle user account.
exit
Test that the dbvrep executable works by invoking it with the version parameter.
[oracle@source 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.
The first time dbvrep starts, it takes longer than usual because it extracts files to /tmp/par-oracle. Subsequent times dbvrep is started will be much faster.
Install Dbvisit Replicate on the Target Machine
Installing Dbvisit Replicate on the target machine is exactly the same as 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)
- su to the root user to install the RPM
- Install the RPM
su - rpm -ivh /u01/app/oracle/software/dbvisit_replicate-2.7.06-1.x86_64.rpm Preparing... ########################################### [100%] 1:dbvisit_replicate ########################################### [100%]
Exit to user oracle, and test that the dbvrep executable works.
exit
[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.
Add Comment