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
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
Next steps
Follow the step by step guide in the "Child Pages" below.
0 Comments