Oracle8i Application Developer's Guide - Advanced Queuing Release 2 (8.1.6) Part Number A76938-01 |
|
Basic Components, 4 of 6
When using enumerated constants such as BROWSE
, LOCKED
, REMOVE
, the PL/SQL constants need to 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 © 1996-2000, Oracle Corporation. All Rights Reserved. |
|