dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / LogicalTransactionId Property

In This Topic
LogicalTransactionId Property
In This Topic
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.
Syntax
'Declaration
 
Public ReadOnly Property LogicalTransactionId As Byte()
 

Property Value

The logical transaction ID (LTXID) of the last executed translation.
See Also