From the window called Adding tables to the model,
select Commit in the list, select tables and click
Ok.
In the table list of columns, the *COMMIT/COMMIT_CTL
file is added. This table is automatically created and journalized. It will
receive the transactions that are being validated.
The replication is performed in two steps.
At step 1, for each file, the transaction actions on tables are added to the
COMMIT_MSG table. When there is a commit/rollback,
the COMMIT/COMMIT_CTL entry deletes or validates the
transactions in COMMIT_MSG file.
At step 2, the actions at the level of COMMIT_MSG table are processed when a
commit/rollback action is performed. The final tables are updated. This process
is performed for each table.