2.316 PRIORITY_TXNS_HIGH_WAIT_TARGET
PRIORITY_TXNS_HIGH_WAIT_TARGET
specifies the maximum number of seconds that a HIGH
priority transaction will wait for a row lock before the Priority Transactions feature rolls back a lower priority transaction holding the lock.
Property | Description |
---|---|
Parameter type |
Integer |
Default value |
|
Modifiable |
|
Modifiable in a PDB |
Yes |
Range of values |
|
Basic |
No |
Oracle RAC |
Different instances can use different values. |
The Priority Transactions feature automatically rolls back low-priority transactions that are blocking higher priority transactions from obtaining row locks.
This parameter is one of four initialization parameters that enable you to configure Priority Transactions. The other parameters are:
-
TXN_PRIORITY
- Specifies a priority (HIGH
,MEDIUM
, orLOW
) for all transactions in a user session -
PRIORITY_TXNS_MEDIUM_WAIT_TARGET
- Specifies the maximum number of seconds that aMEDIUM
priority transaction will wait for a row lock -
PRIORITY_TXNS_MODE
- Specifies whether to enable Priority Transactions or test Priority Transactions by running in tracking mode
Note:
This parameter is available starting with Oracle Database 23ai.
See Also:
-
Oracle Database Administrator’s Guide for more information about Priority Transactions