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
Advanced Queuing Utilities (a substantial percentage of the subprograms are likely deprecated)
AUTHID
DEFINER
Dependencies
ALL_OBJECTS
DBA_TABLESPACES
DBMS_LOGREP_UTIL
ALL_TYPES
DBA_USERS
DBMS_PRVTAQIS
ALL_USERS
DBMS_AQ
DBMS_SQL
AQ$_AGENT
DBMS_AQADM
DBMS_STATS_INTERNAL
AQ$BND
DBMS_AQADM_INV
DBMS_SYSTEM
AQ$BIND_ARRAY
DBMS_AQADM_LIB
DBMS_SYS_ERROR
AQ$_DEQUEUE_HISTORY
DBMS_AQADM_SYS
DBMS_TRANSACTION
AQ$_HISTORY
DBMS_AQADM_SYSCALLS
DBMS_UTILITY
AQ$_QUEUES
DBMS_AQADM_VAR
DUAL
AQ$_QUEUE_TABLES
DBMS_AQINT_LIB
OBJ$
COL$
DBMS_AQ_IMPORT_INTERNAL
PLITBLM
COLTYPE$
DBMS_AQ_IMPORT_INTERNAL_DR
PROPS$
DBA_INDEXES
DBMS_AQ_SYS_EXP_INTERNAL
USER$
DBA_OBJECTS
DBMS_AQ_SYS_IMP_INTERNAL
V$PARAMETER
DBA_TABLES
DBMS_ASSERT
Documented
No
Exceptions
Error Code
Reason
ORA-14133
ALTER TABLE MOVE cannot be combined with other operations
ORA-24005
Inappropriate utilities used to perform DDL on AQ table <schema_name>.<table_name>
dbms_prvtaqim.bufq_view_params(
qt_schema IN VARCHAR2,
qt_name IN VARCHAR2,
qt_flags IN NUMBER,
bufq_cols OUT VARCHAR2,
bufq_from OUT VARCHAR2,
spill_cols OUT VARCHAR2,
spill_from OUT VARCHAR2);
exec sys.dbms_prvtaqim.uncompress_iot('SYS', 'ALERT_QT');
BEGIN sys.dbms_prvtaqim.compress_iot('SYS', 'PDB_MON_EVENT_QTABLE$'); END;
*
ERROR at line 1:
ORA-24005: Inappropriate utilities used to perform DDL on AQ table SYS.AQ$_PDB_MON_EVENT_QTABLE$_I
ORA-06512: at "SYS.DBMS_PRVTAQIM", line 2834
ORA-06512: at line 1
dbms_prvtaqim.create_dequeue_iot(
qt_schema IN VARCHAR2,
qt_name IN VARCHAR2,
qt_flags IN NUMBER,
sort_list IN VARCHAR2,
temporary IN BOOLEAN,
ignore_ddl_error IN BOOLEAN,
key_compression IN BOOLEAN)
dbms_prvtaqim.create_history_iot(
qt_schema IN VARCHAR2,
qt_name IN VARCHAR2,
qt_flags IN NUMBER,
ignore_ddl_error IN BOOLEAN,
key_compression IN BOOLEAN);
dbms_prvtaqim.uncompress_iot(
schema IN VARCHAR2,
qt_name IN VARCHAR2);
exec dbms_prvtaqim.uncompress_iot('SYS',
'ALERT_QT');
BEGIN sys.dbms_prvtaqim.uncompress_iot('SYS', 'ALERT_QT'); END;
*
ERROR at line 1:
ORA-14133: ALTER TABLE MOVE cannot be combined with other operations
ORA-06512: at "SYS.DBMS_PRVTAQIM", line 2859
ORA-06512: at line 1