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_DDL
OWM_ASSERT_PKG
OWM_MIG_PKG
LTDDL
OWM_DYNSQL_ACCESS
WM$VERSIONED_TABLES
LTUTIL
Documented
No
First Available
12.2
Security Model
Owned by WMSYS with no privileges granted
Source
{ORACLE_HOME}/rdbms/admin/owmpkgs.plb
CREATEPACKAGE
Undocumented
owm_cpkg_pkg.createPackage(
obj_owner_v IN VARCHAR2,
obj_name_v IN VARCHAR2,
buffercode IN BOOLEAN);
exec wmsys.owm_cpkg_pkg.createPackage('WMSYS', 'WM$VERSION_VIEW', FALSE);
BEGIN wmsys.owm_cpkg_pkg.createPackage('WMSYS', 'WM$VERSION_VIEW', FALSE); END;
*
ERROR at line 1:
ORA-01403: no data found
ORA-06512: at "WMSYS.OWM_CPKG_PKG", line 30
ORA-06512: at line 1