Column Description
offset The transaction log offset of the commit operation for
the transaction. This value uniquely identifies each
transaction
user_id The remote user where the transaction originated. This
column holds NULL if the transaction did not originate
froma remote user.
Theuser_id column is used to ensure that actions are not
replicatedback to the remote site that entered them.
data Thetransaction itself, in an internal representation.
sr_confirmed_transaction table
Function Eachrow marks the corresponding row in sr_transaction.
Columns
Column Datatype Description
confirmed_id NUMERIC
(20,0)
Aunique ID
offset NUMERIC
(20,0)
Acopy of an offset used to mark rows
insr_transaction for deletion.
sr_queue_coordinate table
Function Asingle row, that coordinates the SQL Remote log scanning thread and the

sendingthread to access the stable queue and related tables.

Columns
Column Datatype Description
status CHAR(1) Nif the stable queue has not yet been
used by SQL Remote. I and S if the
SQL Remote log scanning thread and
sendingthread have accessed the queue.

352