Versions Compared

Key

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

This section initialises and starts the replication processes.

...

No Format
[oracle@source replicate]$ scp replicate-APPLY.ddc replicate-run-target.sh oracle@target:/u01/app/oracle/replicate
The authenticity of host 'target (192.168.56.67)' can't be established.
RSA key fingerprint is 4b:6c:47:e5:ba:cd:45:5f:22:f3:b8:c7:5e:40:1f:27.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'target,192.168.56.67' (RSA) to the list of known hosts.
oracle@target's password:
replicate-APPLY.ddc                                                                                                                            100%  525     0.5KB/s   00:00
replicate-run-target.sh                                                                                                                        100%  120     0.1KB/s   00:00
[oracle@source replicate]$


Note

The word "target" in replicate-run-target.sh is dependent on your target hostname. In this case, the target host hostname is called target

The replication is now ready to be instantiated by performing the initial load.