SQL Guide : Database system tables and system views : System tables for data synchronization : SYS_SYNC_RECEIVED_BLOB_ARGS
  
SYS_SYNC_RECEIVED_BLOB_ARGS
This table is on the master. The BLOB parameters are saved in this table when the message from the replica is extracted. The rows only exist until the transaction in the message has been executed.
Column Name
Description
REPLICA
Internal ID of the replica from which the BLOB parameters have arrived.
MSG
Internal ID of the message.
ORD_ID
Sequence number of the BLOB part.
TRX_ID
The transaction ID identifies the transaction.
ID
Internal ID of the user.
ARGNO
Number of the parameter.
ARG_VALUE
Value of the parameter in binary format.
See also
System tables for data synchronization