This section initialises and starts the replication processes.
...
3. TheĀ dbvrep_XE-all.sh in the $HOME/dbvrep_XE directory is the main script that calls all the other script scripts to initialise the replication. Start this script.
No Format |
---|
./dbvrep_XE-all.sh |
...
On the target server, as oracle, create the /u01/app/oracle/dbvrep_XE directory.
No Format |
---|
mkdir /u01/app/oracle/dbvrep_XE |
...
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% 108 0.1KB/s 00:00 |
Note |
---|
The word "target" in dbvrep_orclXE-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.
...