Description of the illustration strms046.eps
This illustration shows the following process for row migration during dequeue by a messaging client:
-
A user or application enqueues a row LCR that updates the
hr.employees
table at an Oracle database. In the LCR, the old value for thedepartment_id
column is50
. The new value for this column is90
. -
A messaging client dequeues the LCR and transforms the
UPDATE
into aDELETE
because the change satisfies a subset rule.