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, 11 of 21


Selecting Queues In User Schema

Figure 10-10 Use Case Diagram: Selecting Queues in User Schema


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

Name of View

USER_QUEUES

Purpose

This view is the same as DBA_QUEUES with the exception that it only shows queues in the user's schema.

Table 10-10 USER_QUEUES
Column Name & Description  Null?  Type  

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