OracleLogicalTransaction Members

OracleLogicalTransaction members are listed in the following tables.

OracleLogicalTransaction Public Read-Only Properties

OracleLoigcalTransaction public read-only properties are listed in Table 6-113

Table 6-113 OracleLogicalTransaction Public Read-Only Properties

Property Description

Committed

Specifies if the transaction was committed or not

ConnectionString

Specifies a subset of the connection string used for the transaction running during the last database outage

LogicalTransactionId

The logical transaction id is used to determine the commit outcome of the last transaction open in a database session following an outage.

UserCallCompleted

Specifies if the transaction completed and that the information returned may be incomplete and/or not all expected work was completed

OracleLogicalTransaction Methods

OracleLoigcalTransaction methods are listed in Table 6-114

Table 6-114 OracleLogicalTransaction Methods

Property Description

Dispose

This method releases any resources or memory allocated by the object

GetOutcome

This method retrieves the transaction outcome from the database server. The method will determine whether the transaction committed and completed or not.