Oracle DBMS_REPCAT
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 Undocumented this package has been associated with Advanced Replication. The two objects in this package appear to be around to support legacy import-related functionality.

The Overload 1 demo, below, I just put in invalid strings to see what would happen. It didn't do anything obvious and didn't raise an exception. The only way to force an exception seems to be using a non-Boolean value for the "master" parameter.
AUTHID DEFINER
Dependencies
STANDARD (only)    
Documented No
First Available Not Known
Security Model Owned by SYS with EXECUTE granted to IMP_FULL_DATABASE
Source {ORACLE_HOME}/rdbms/admin/prvtbrmg.plb
Subprograms
 
REPCAT_IMPORT_CHECK
Undocumented

Overload 1
dbms_repcat.repcat_import_check(
gname  IN VARCHAR2,
master IN BOOLEAN,
gowner IN VARCHAR2);
exec dbms_repcat.repcat_import_check('ABCDE', TRUE, 'ZZYZX');
Overload 2 dbms_repcat.repcat_import_check;
exec dbms_repcat.repcat_import_check;
 
REPCAT_IMPORT_REPSCHEMA
Undocumented dbms_repcat.repcat_import_repschema;
exec dbms_repcat.repcat_import_repschema;

Related Topics
Built-in Functions
Built-in Packages
DBMS_DEFER_IMPORT_INTERNAL
DBMS_REPCAT_MIG
DBMS_REPUTIL
DBMS_SNAPSHOT_UTL
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