For data replication Repstance uses two type of processes, they are Capture and Apply. The Capture Process extracts data from the Source Database and puts it locally, while the Apply Process inserts the captured data into the Target Database. The Apply Process can also modify data or/and data definition if the appropriate transformation rules are configured.
On the Capture Process configuration stage the following items are specified:
The following items are specified for the Apply Process:
The process is created by “prepare” command (see Prepare Capture Process and Prepare Apply Process) and can be modified by the “alter” command (see Alter Process). The “remove" command (see Remove Process) is used to delete Process configuration and Process related files and unregister the process in database. The “validate” command (see Validate Process) is used to verify that all the necessary objects needed for a Process exist.
Prev page:
Remove Repstance Objects from DatabaseNext page:
Prepare Capture Process