Does the DB2 Native Endpoint capture changes when loading data with DB2 LOAD REPLACE?
Reading the IBM documentation, it says that if you specified LOG=yes the changes are actually logged.
Answer:
The DB2 LOAD REPLACE is done on the logical/row level, thus even when specifying LOG=yes, we cannot get the relevant CDC information from the logs. An alternative method is issuing a TRUNCATE and then LOAD RESUME SHRLEVEL CHANGE.