ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Supporting package for Advanced Queuing
AUTHID
CURRENT_USER
Dependencies
AQ$_BND
AQ$_GET_SUBSCRIBERS
DBMS_ASSERT
AQ$_BND_ARRAY
Documented
No
First Available
20c
Pragmas
PRAGMA SUPPLEMENTAL_LOG_DATA(default, NONE);
Security Model
Owned by SYS with no privileges granted.
Source
{ORACLE_HOME}/rdbms/admin/depsaq.sql
GET_SUB_CURSOR (new 20c)
Packed used by aq$_get_subscribers to
get cursor for list of subscribers for the queue
dbms_aq_sub.get_sub_cursor(
schema IN VARCHAR2,
dquser IN VARCHAR2,
qtname IN VARCHAR2,
qname IN VARCHAR2,
qtflags IN BINARY_INTEGER)
RETURN SYS_REFCURSOR;