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()
    public byte[] LogicalTransactionId {get;}

    Property Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also