Pages

Sunday, January 24, 2016

Identifies the position in the transaction log of the data: AuditPos

If source is Oracle:

AuditPos
Identifies the position in the transaction log of the data.

To retrieve AuditPos, use:

TOKENS ( RBA = @GETENV ("GGHEADER","LOGPOSITION"));





@GETENV ("TRANSACTION", "CSN")
Returns same value on source and target. Because this is also stored in the trail's token area. On target, it's not the target side commit number!

No comments:

Post a Comment