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