Oracle8i Supplied PL/SQL Packages Reference
Release 2 (8.1.6)

Part Number A76936-01

Library

Product

Contents

Index

Go to previous page Go to next page

5
DBMS_AQADM

The DBMS_AQADM package provides procedures to manage Advanced Queuing configuration and administration information.

See Also:

Oracle8i Application Developer's Guide - Advanced Queuing contains detailed information about DBMS_AQADM.  

Enumerated Constants

When using enumerated constants, such as INFINITE,TRANSACTIONAL, or NORMAL_QUEUE, the symbol must be specified with the scope of the packages defining it. All types associated with the administrative interfaces must be prepended with DBMS_AQADM. For example:

DBMS_AQADM.NORMAL_QUEUE
Table 5-1 Enumerated Types in the Administrative Interface
Parameter  Options 
retention
 
0,1,2...INFINITE
 
message_grouping
 
TRANSACTIONAL, NONE
 
queue_type
 
NORMAL_QUEUE, EXCEPTION_QUEUE, NON_PERSISTENT_QUEUE
 

See Also:

For more information on the Java classes and data structures used in both DBMS_AQ and DBMS_AQADM, see Chapter 4, "DBMS_AQ" 


Go to previous page Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index