Part 2 - One-way logical replication setup

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:

ssh -p10022 oracle@192.168.1.197

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

ssh -p10023 oracle@192.168.1.197

This uses port forwarding which was setup when Virtual Box was configured (02 - Set up NAT network in Virtual Box).

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 your host machine.

Pre-requisites

Please ensure the following pre-requisites have been completed

  1. Part 1 - Setting up the VirtualBox VMs

Next steps

Follow the step by step guide in the "Child Pages" below.