Skip Headers

Oracle® Database Reference
10g Release 1 (10.1)

Part Number B10755-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

ALL_QUEUES

ALL_QUEUES describes all queues on which the current user has enqueue or dequeue privileges. If the user has any Advanced Queuing system privileges, like MANAGE ANY QUEUE, ENQUEUE ANY QUEUE or DEQUEUE ANY QUEUE, then this view describes all queues in the database.


Related Views
Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the queue
NAME VARCHAR2(30) NOT NULL Name of the queue
QUEUE_TABLE VARCHAR2(30) NOT NULL Name of the table the queue data resides in
QID NUMBER NOT NULL Object number of the queue
QUEUE_TYPE VARCHAR2(15)
Type of the queue
MAX_RETRIES NUMBER
Maximum number of retries allowed when dequeuing from the queue
RETRY_DELAY NUMBER
Time interval between retries
ENQUEUE_ENABLED VARCHAR2(7)
Queue is enabled for enqueue
DEQUEUE_ENABLED VARCHAR2(7)
Queue is enabled for dequeue
RETENTION VARCHAR2(40)
Time interval processed messages retained in the queue
USER_COMMENT VARCHAR2(50)
User specified comment


See Also:

Oracle Streams Advanced Queuing User's Guide and Reference for more information about these views and Advanced Queuing