TransactionPriority
This property specifies the ODP.NET instance's transaction priority level.
Declaration
// C#
public OracleTransactionPriorityTransactionPriority {get; set;}Property Value
An OracleTransactionPriority enumeration value
Property Type
OracleTransactionPriority
Exceptions
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. 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.