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
OWM_ASSERT_PKG
WM$INSTEADOF_TRIGS_TABLELE
WM$UDTRIG_INFO
OWM_CPKG_PKG
WM$MODIFIED_TABLES
WM$VERSIONED_TABLES
OWM_DDL_PKG
WM$NESTED_COLUMNS_TABLE
WM$VERSION_HIERARCHY_TABLE
OWM_DYNSQL_ACCESS
WM$NEXTVER_TAB
WM$WORKSPACES_TABLE
PLITBLM
WM$REMOVED_WORKSPACES_TABLE
WM_DDL_UTIL
UD_TRIGS
WM$RIC_TABLE
WM_ERROR
WM$CONSTRAINTS_TABLE
Documented
No
Exceptions
Error Code
Reason
ORA-20299
tablespace WMTBSP does not exist
First Available
Not known
Security Model
Owned by WMSYS with no privileges granted
Direct access to some objects in this package is prevented by means of an Accessible By clause.
owm_mig_pkg.fixAuxPKConstraint(
schema IN VARCHAR2,
table_name IN VARCHAR2);
exec wmsys.owm_mig_pkg.fixAuxPKConstraint('C##UWCLASS', 'SERVERS');
BEGIN wmsys.owm_mig_pkg.fixAuxPKConstraint('C##UWCLASS', 'SERVERS'); END;
*
ERROR at line 1:
ORA-20289: insufficient privileges on WMSYS owned package
ORA-06512: at "WMSYS.WM_ERROR", line 449
ORA-06512: at "WMSYS.WM_ERROR", line 463
ORA-06512: at line 2
ORA-06512: at "WMSYS.OWM_ASSERT_PKG", line 215
ORA-06512: at "WMSYS.OWM_ASSERT_PKG", line 27
ORA-06512: at "WMSYS.OWM_MIG_PKG", line 572
ORA-06512: at line 1
owm_mig_pkg.fixPKConstraint(
schema IN VARCHAR2,
table_name IN VARCHAR2);
conn / as sysdba
exec wmsys.owm_mig_pkg.fixPKConstraint('C##UWCLASS', 'SERVERS');
BEGIN wmsys.owm_mig_pkg.fixPKConstraint('C##UWCLASS', 'SERVERS'); END;
*
ERROR at line 1:
ORA-20289: insufficient privileges on WMSYS owned package
ORA-06512: at "WMSYS.WM_ERROR", line 449
ORA-06512: at "WMSYS.WM_ERROR", line 463
ORA-06512: at line 2
ORA-06512: at "WMSYS.OWM_ASSERT_PKG", line 215
ORA-06512: at "WMSYS.OWM_ASSERT_PKG", line 27
ORA-06512: at "WMSYS.OWM_MIG_PKG", line 1529
ORA-06512: at line 1