Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

Part Number E25513-03
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
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub
REFRN20176

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(20)   Type of the queue:
  • EXCEPTION_QUEUE

  • NON_PERSISTENT_QUEUE

  • NORMAL_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)   Indicates whether the queue is enabled for enqueue (YES) or not (NO)
DEQUEUE_ENABLED VARCHAR2(7)   Indicates whether the queue is enabled for dequeue (YES) or not (NO)
RETENTION VARCHAR2(40)   Time interval (in seconds) processed messages are retained in the queue, or FOREVER
USER_COMMENT VARCHAR2(50)   User specified comment
NETWORK_NAME VARCHAR2(512)   Network name

See Also:

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

   

Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.

Hide Navigation

Quick Lookup

Database Library · Master Index · Master Glossary · Book List · Data Dictionary · SQL Keywords · Initialization Parameters · Advanced Search · Error Messages

Main Categories

This Document

New and changed documents:
RSS Feed HTML RSS Feed PDF