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 utilities for Workload Replay
AUTHID
CURRENT_USER
Dependencies
ALL_OBJECTS
DBMS_WORKLOAD_CAPTURE_I
DBMS_WRR_INTERNAL
DBMS_PRIV_CAPTURE
DBMS_WORKLOAD_CAPTURE_LIB
PRVT_SMGUTIL
DBMS_STANDARD
DBMS_WORKLOAD_REPLAY
XS_ADMIN_UTIL
DBMS_SYS_ERROR
DBMS_WORKLOAD_REPLAY_I
X$DBREPLAY_PATCH_INFO
DBMS_WORKLOAD_CAPTURE
DBMS_WORKLOAD_REPLAY_LIB
XS_ADMIN_UTIL
Documented
No
First Available
12.2
Security Model
Owned by SYS with no privileges granted.
Direct access to some objects in this package is prevented by means of an Accessible By clause.
SELECT dbms_wrr_protected.get_dbreplay_patch_info
FROM dual;
SELECT dbms_wrr_protected.get_dbreplay_patch_info
*
ERROR at line 1:
ORA-06553: PLS-904: insufficient privilege to access object DBMS_WRR_PROTECTED
dbms_wrr_protected.invoke_xcache_load(
sql_stmt IN VARCHAR2,
num_ub4_defines IN BINARY_INTEGER,
num_str_defines IN BINARY_INTEGER)
RETURN BINARY_INTEGER;