Oracle DBMS_REPCAT_MIG
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
Purpose These procedures are called during migration of V7.3.x to V8.0.2 using the export/import utilities: the import utility will call it
They are private functions to be released in PL/SQL binary form and are shared by a snapshot and master partitions.

Why they are still hanging around in version 23ai is a total mystery given that every other piece of Advanced Replication has been desupported.
AUTHID DEFINER
Dependencies
STANDARD (only)    
Documented No
First Available Not known
Security Model Owned by SYS with EXECUTE granted to the IMP_FULL_DATABASE role
Source {ORACLE_HOME}/rdbms/admin/dbmshrmg.sql
Subprograms
 
CLEANUP_IMPORT
After a V8 import, this procedure is called to clean up any V7 replication objects (mlog$_%, triggers) that require modification

Overload 1
dbms_repcat_mig.cleanup_import(dump_version IN NUMBER);
exec dbms_repcat_mig.cleanup_import(23.2);

PL/SQL procedure successfully completed.
After a full replicated db import, this routine is invoked to perform any necessary cleanup

Overload 2
dbms_repcat_mig.cleanup_import(expseal IN VARCHAR2);
TBD
 
POST_IMPORT
Called after doing a full import of a database with replicated data dbms_repcat_mig.post_import;
exec dbms_repcat_mig.post_import;

PL/SQL procedure successfully completed.
 
PRE_IMPORT
Called before doing a full import of a database with replicated data dbms_repcat_mig.pre_import;
exec dbms_repcat_mig.pre_import;

PL/SQL procedure successfully completed.

Related Topics
Built-in Functions
Built-in Packages
DBMS_REPCAT
DBMS_SNAPSHOT_UTL
What's New In 21c
What's New In 26ai

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