[CR# 397826] If you replicate a sequential update to a primary key column, it fails. For example, this update will not be replicated correctly:
update test_table set pkey = pkey + 1
Workaround: Change the primary key column or add a unique index that is more broad.