Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
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