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_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