SQL replication

SQL replication, also referred to as DB2® replication, is a type of replication that uses SQL to replicate data between systems.

SQL replication
SQL replication captures changes to source tables and views and uses staging tables to store committed transactional data. The changes are then read from the staging tables and replicated to corresponding target tables.
PDF file for SQL replication
This manual describes how to plan, set up, maintain, and monitor a data replication environment using SQL replication.