Oracle CDBVIEW_INTERNAL
Version 21c

General Information
Library Note Morgan's Library Page Header
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.
Source {ORACLE_HOME}/rdbms/admin/catcdbviews.sql
Subprograms
 
CREATE_CDBVIEW
Creates, or recreates, the CDB Views 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.
No demo possible due to an ACCESSIBLE BY clause.
 
LONG2VARCHAR2_I
Calls kpdbLong2Varchar2 in DBMS_PDB_LIB to convert a LONG to a VARCHAR2 cdbview_internal.long2varchar2_i(
stmt   IN     VARCHAR2,
rowid  IN     ROWID,
rowval IN OUT VARCHAR2);
No demo possible due to an ACCESSIBLE BY clause.

Related Topics
Built-in Functions
Built-in Packages
CDBVIEW
What's New In 21c
What's New In 23c

Morgan's Library Page Footer
This site is maintained by Dan Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2023 Daniel A. Morgan All Rights Reserved
  DBSecWorx