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
Undocumented
AUTHID
DEFINER
Dependencies
DBMS_ASSERT
DBMS_SQL
OL$HINTS
DBMS_OUTLN_INTERNAL
DBMS_STANDARD
V$SQL
DBMS_OUTLN_LIB
OL$
Documented
No
First Available
19c
Security Model
Owned by SYS with no privileges granted
Direct access to this package is prevented by means of an Accessible By clause.
exec outln_pkg_internal.i_drop_collision;
BEGIN outln_pkg_internal.i_drop_collision; END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00904: insufficient privilege to access object OUTLN_PKG_INTERNAL
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored