Specifies the transaction behaviour of the dequeue or enqueue request.
Unit
OraAQ
Syntax
TQueueVisibility = (qvOnCommit, qvImmediate);
Values
| Value | Meaning |
|
qvImmediate |
The dequeue or enqueue is being made in an autonomous transaction. |
|
qvOnCommit |
The dequeue or enqueue is a part of the current transaction. The operation is complete when the transaction commits. The default value. |