Each record in the transaction log is identified by an origin queue ID that consists of 64 hexadecimal characters (32 bytes). The format of the origin queue ID is determined by the Replication Agent instance, and it varies according to the primary database type.
Table A-1 illustrates the format of the origin queue ID for the Replication Agent for UDB.
Character |
Bytes |
Description |
---|---|---|
0-3 |
2 |
database generation ID |
4-19 |
8 |
operation sequence number |
20-35 |
8 |
transaction ID |
36-51 |
8 |
first operation sequence number of oldest active transaction |
52-55 |
2 |
operation type (begin = 0, data/LOB = 1, commit/rollback = 7FFF) |
56-59 |
2 |
LOB sequence ID |
60-63 |
2 |
unused |