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 D-1 illustrates the format of the origin queue ID for the Replication Agent for Oracle.
Character |
Bytes |
Description |
---|---|---|
0-3 |
2 |
database generation ID |
4-19 |
8 |
transaction max sequence |
20-35 |
8 |
operation sequence |
36-43 |
2 |
operation type (begin = 0, data/LOB = 1, commit/rollback = 7FFF |
44-59 |
8 |
transaction ID |
60-63 |
4 |
LOB sequence ID |