Comparing hexadecimal value
edited Apr 28, 2013 8:52AM in GoldenGate, Streams and Distributed Database (MOSC) 2 commentsAnswered
Microsoft SQL Server transaction id is written as hexadecimal in trail file.Here is the value of TRANID in trail file: 0000:0002d751
How to compare this value?
Following example is not working.
FILTER ( @GETENV ("TRANSACTION", "XID") = 0x0000:0002d751 ) 0