| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
The DBMS_AQ package provides an interface to Oracle's Advanced Queuing.
|
See Also:
Oracle9i Application Developer's Guide - Advanced Queuing contains information about using |
Java interfaces are available for DBMS_AQ and DBMS_AQADM. The Java interfaces are provided in the $ORACLE_HOME/rdbms/jlib/aqapi.jar. Users are required to have EXECUTE privileges on the DBMS_AQIN package to use these interfaces.
When using enumerated constants such as BROWSE, LOCKED, or REMOVE, the PL/SQL constants must be specified with the scope of the packages defining it. All types associated with the operational interfaces have to be prepended with DBMS_AQ. For example: DBMS_AQ.BROWSE.
Table 4-2 lists the data structures used in both DBMS_AQ and DBMS_AQADM.
| Data Structures |
|---|
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|