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
Supporting internal utilities for the CDBVIEW package.
AUTHID
DEFINER
Dependencies
CDBVIEW
DBMS_STANDARD
PLITBLM
COM$
OBJ$
USER$
DBMS_PDB_LIB
Documented
No
First Available
12.2
Security Model
Owned by SYS with no privileges granted.
Direct access to this package is prevented by means of an Accessible By clause.
cdbview_internal.create_cdbView(
chk_upgrd IN BOOLEAN,
owner IN VARCHAR2,
oldview_name IN VARCHAR2,
newview_name IN VARCHAR2);
TRUE indicates the call is part of an upgrade and the views are not
recreated.
FALSE indicates the call is not part of an upgrade and all CDB views are (re)created.