Oracle DBMS_FLASHBACK_ARCHIVE_MIGRATE
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 Utilities for exporting and importing a Flashback Archive using Transportable Tablespaces.

This package is not installed by default.
AUTHID CURRENT_USER
Dependencies
DBMS_SQL    
Documented Yes: Packages and Types Reference
First Available 20c
Security Model Owned by SYS with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/prvtfdams.plb
Subprograms
 
EXPORT (new 21c)
Exports a flashback archive dbms_flashback_archive_migrate.export(
schema_owner  IN VARCHAR2,
fda_tables    IN sys.dbms_sql.varchar2_table,
tts           IN VARCHAR2,
data_pump_dir IN VARCHAR2,
ignore_errors IN BOOLEAN);
TBD
 
EXPORT_ANALYZE (new 21c)
Analyzes and gathers statistics on a Flashback Archive export dbms_flashback_archive_migrateexport_analyze(
schema_owner IN VARCHAR2,
fda_tables   IN sys.dbms_sql.varchar2_table,
tts          IN VARCHAR2);
TBD
 
IMPORT (new 21c)
Imports a flashback archive dbms_flashback_archive_migrate.import(
schema_owner   IN VACHAR2,
tts            IN VARCHAR2,
data_pump_dir  IN VARCHAR2,
tts_data_files IN sys.dbms_sql.varchar2_table);
TBD

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