Oracle9i Application Developer's Guide - Advanced Queuing
Release 1 (9.0.1)

Part Number A88890-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Administrative Interface: Views, 5 of 21


Selecting All Queues in Database

Figure 10-4 Use Case Diagram: Selecting All Queues in Database


Text description of adq10qvw7.gif follows
Text description of the illustration adq10qvw7.gif

Name of View

DBA_QUEUES

Purpose

Users can specify operational characteristics for individual queues. DBA_QUEUES contains the view which contains relevant information for every queue in a database.

Table 10-4  DBA_QUEUES
Column Name & Description  Null?  Type  

OWNER--queue schema name 

NOT NULL  

VARCHAR2(30) 

NAME--queue name 

NOT NULL  

VARCHAR2(30)  

QUEUE_TABLE--queue table where this queue resides 

NOT NULL  

VARCHAR2(30) 

QID--unique queue identifier 

NOT NULL  

NUMBER  

QUEUE_TYPE--queue type 

 

VARCHAR2(15) 

MAX_RETRIES--number of dequeue attempts allowed  

 

NUMBER 

RETRY_DELAY--number of seconds before retry can be attempted 

 

NUMBER 

ENQUEUE_ENABLED--YES/NO 

 

VARCHAR2(7) 

DEQUEUE_ENABLED--YES/NO 

 

VARCHAR2(7) 

RETENTION--number of seconds message is retained after dequeue 

 

VARCHAR2(40) 

USER_COMMENT--user comment for the queue 

 

VARCHAR2(50) 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback