This section initialises and starts the replication processes.
...
6. On the source server, as oracle, copy the DDC file and run file to the target server using scp. The oracle account password is oracle on both machines. The Dbvisit Database Configuration file contains all the configurational settings for the replication.
No Format |
---|
scp /u01/app/oracle/dbvrep_XE/dbvrep_XE[oracle@source replicate]$ scp replicate-APPLY.ddc replicate-run-target.sh oracle@target:/u01/app/oracle/dbvrep_XE/dbvrep_XE-APPLY.ddcreplicate 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: dbvrep_XEreplicate-APPLY.ddc 100% 522 0.5KB/s 00:00 |
7. On the source server, as oracle, copy the dbvrep_XE-run-target.sh file to the target server using scp. The oracle account password is oracle on both machines.
No Format |
---|
scp /u01/app/oracle/dbvrep_XE/dbvrep_XE-run-target.sh oracle@target:/u01/app/oracle/dbvrep_XE/dbvrep_XE-run-target.sh oracle@target's password: dbvrep_XE-run-target.sh 100% 525 0.5KB/s 00:00 replicate-run-target.sh 100% 108120 0.1KB/s 00:00 |
Note |
---|
The word "target" in dbvrep_XE-run-target.sh is dependent on your target hostname. In this case, the target hostname is called target |
The replication is now ready to be instantiated by performing the initial load.
...
[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 target |
The replication is now ready to be instantiated by performing the initial load.