Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
The DBMS_AQADM
package provides procedures to manage Advanced Queuing configuration and administration information.
See Also:
|
This chapter discusses the following topics:
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.
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 |
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|