Oracle DBMS_DGPDB
Version 23c

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 Support package for Period PDB physical standbys, a.k.a. DGPDBs.
AUTHID DEFINER
Dependencies
CONTAINER$ ROPP$X$KCCDI ROPP$X$KCCTF
DBMS_OUTPUT ROPP$X$KCCFE ROPP$X$KCCTS
DBMS_STANDARD ROPP$X$KCCFN ROPP$X$PDBHISTORY
DBMS_SYSTWM ROPP$X$KCCPDB X$KCCTF
PLITBLM ROPP$X$KCCRT  
Documented No
First Available 23.1
Pragmas PRAGMA SUPPLEMENTAL_LOG_DATA(default, NONE);
Security Model Owned by SYS with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/dbmsdgpdb.sql
{ORACLE_HOME}/rdbms/admin/prvtdgpdb.plb
Subprograms
 
LOCALIZE_LIFESPAN (new 23c)
Alter a lifespan so that it agrees with the end of the prior lifespan dbms_dgpdb.localize_lifespan(
p_pdbid     IN NUMBER,
p_cdbdbid   IN NUMBER,
p_timestamp IN NUMBER,
p_debug     IN NUMBER DEFAULT 0);
TBD
 
VALIDATE_TMP_FILES (new 23c)
Validates information in the pseudo control file for the current or given lifespan dbms_dgpdb.validate_tmp_files(
p_pdbid     IN NUMBER,
p_cdbdbid   IN NUMBER DEFAULT 0,
p_timestamp IN NUMBER DEFAULT 0,
p_debug     IN NUMBER DEFAULT 0);
TBD

Related Topics
Built-in Functions
Built-in Packages
Database Security
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