This section initialises and starts the replication processes
...
7. On the source server (dbv01), copy the DDC file to the target server using scp. The Dbvisit Database Configuration file contains all the configurational settings for the replication. The scp password is oracle.
No Format |
---|
[oracle@source dbvrep_orcl]$ scp /home/oracle/dbvrep_orcl/dbvrep_orcl-APPLY.ddc oracle@target-int:/home/oracle/dbvrep_orcl/ The authenticity of host 'target-int (10.1.1.11)' can't be established. RSA key fingerprint is 07:15:bb:a2:a6:ba:60:3f:c3:31:a9:c9:4a:7c:51:6a. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'target-int,10.1.1.11' (RSA) to the list of known hosts. oracle@target-int's password: dbvrep_orcl-APPLY.ddc |
...
No Format |
---|
[oracle@source dbvrep_orcl]$ scp /home/oracle/dbvrep_orcl/dbvrep_orcl-run-target.sh oracle@target-int:/home/oracle/dbvrep_orcl/ oracle@target-int's password: dbvrep_orcl-run-target.sh |
...
Note |
---|
The word "target" in dbvrep_orcl-run-target.sh is dependent on your target system name. In this case, the target system is called target |