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 Workspace Management
AUTHID
DEFINER
Data Types
SQL> desc wmsys.wm$nv_pair_nt_type
wmsys.wm$nv_pair_nt_type TABLE OF WMSYS.WM$NV_PAIR_TYPE;
Name Null? Type
------ ----- ---------
NAME VARCHAR2(100)
VALUE CLOB
Dependencies
DBMS_AQ
LTUTIL
WM$EVENT_TYPE
LT
LT_CTX_PKG
WM$NV_PAIR_NT_TYPE
LTADM
WM$EVENTS_INFO
WM_ERROR
LTI
Documented
No
First Available
Not Known
Security Model
Owned by WMSYS with no privileges granted
Source
{ORACLE_HOME}/rdbms/admin/owmaqs.plb
CAPTUREEVENT
Undocumented
ltaq.captureEvent(
event_name IN VARCHAR2,
workspace_name IN VARCHAR2,
parent_workspace_name IN VARCHAR2,
user_name IN VARCHAR2,
table_name IN VARCHAR2,
aux_params_table IN wm$nv_pair_nt_type);