Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. The email link for the download will be sent to the email provided. Click on the email link to bring you to the download page

5. Choose RPM file, if you want to install using rpm utility or ZIP file, if you want to download final binary. Right click the Linux 64bit RPM version and select to copy the URL.

Note

We need the RPM version of the software so make sure you select the Linux 64 bit RPM and not the TAR file.

...

No Format
on the source machine:
mkdir /u01/app/oracle/software
cp /media/sf_shared/dbvisit_replicate-2.7.06-1.x86_64.rpm /u01/app/oracle/software/dbvisit_replicate-2.7.06-1.x86_64.rpm
ssh oracle@target 'mkdir /u01/app/oracle/software; cp /media/sf_shared/dbvisit_replicate-2.7.06-1.x86_64.rpm /u01/app/oracle/software/dbvisit_replicate-2.7.06-1.x86_64.rpm'

 

Install Dbvisit Replicate on the Source Machine

  1. 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)
  2. su to the root user to install the RPM (password is root)
  3. Install the RPM
No Format
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.

No Format
exit

Test that the dbvrep executable works by invoking it with the version parameter.

No Format
[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.
Note

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

...

  1. 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)
  2. su to the root user to install the RPM
  3. Install the RPM
No Format
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.

No Format
exit

...