dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / GetLogicalTransactionStatus Method
The logical transaction ID (LTXID).

GetLogicalTransactionStatus Method
Returns the status of the specified transaction. Requires Oracle 12c and works only in OCI mode.
Syntax
'Declaration
 
Public Function GetLogicalTransactionStatus( _
   ByVal ltxid() As Byte _
) As OracleLogicalTransactionStatus
 

Parameters

ltxid
The logical transaction ID (LTXID).

Return Value

The status of the specified transaction.
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