Versions Compared

Key

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

This sets up a one-way replication using Swingbench and Dbvisit Replicate between two Oracle databases on 2 different virtual machines. 

To connect to the first VM from the host machine (laptop), use the following command:

No Format
ssh -p10022 oracle@192.168.1.197

To connect to the second VM from the host machine (laptop), use the following command:

No Format
ssh -p10023 oracle@192.168.1.197
Note

192.168.1.197 is the IP address of the host machine (laptop). Use ifconfig or ipconfig to identify what the local IP address is of the host machine.

Pre-requisites

Please ensure the following pre-requisites have been completed

...