TransactionPriority

This property specifies the connection's transaction priority level.

Declaration

// C#
public OracleTransactionPriority TransactionPriority {get; set;}

Property Value

An OracleTransactionPriority enumeration value

Property Type

OracleTransactionPriority

Exception

Throws ORA-24562 when an application attempts to set transaction priority with a database version earlier than version 23.26.2.

Remarks

Priority Transactions can be set to a priority level of high, medium, or low using the OracleTransactionPriority enumeration. The default is high priority.

The transaction priority value is passed to the database server upon the next server round trip as a piggyback message.