One-way database replication

  1. This job will replace/add rows in the target database table from the source database table. Tables can reside in the same or different databases managed by different database systems (e.g Oracle to Oracle or SQL Server to Oracle, and so on). Source and target table must have same number of columns and columns must have compatible datatypes
  2. The data *source* for replication can be a table, view, or user specified SQL query. In the latest case the- job customization will be required.

download Click here to download this template