LogicalTransactionId Property
Gets the logical transaction ID (LTXID) of the last executed translation. Can be used for determining the outcome of the last transaction, opened by this connection, following an outage. Requires Oracle 12c and works only in OCI mode.
public byte[] LogicalTransactionId {get;}
'Declaration
Public ReadOnly Property LogicalTransactionId As Byte()
Property Value
The logical transaction ID (LTXID) of the last executed translation.