OPTION #2. Import across sqlnet.
Option2.A: Create datapump directory and grant privilege:
Option2.B: Generate new xttplugin.txt for network import
Option2.C: Create a database link on destination database:
Option2.D: Modify and execute Impdp command:
Step 6.1 Check tablespaces for corruption
Step 6.2 - Alter the tablespace(s) READ WRITE in the destination database
Phase 7 - Cleanup
Appendix
Description of Perl Script xttdriver.pl Options
Description of Parameters in Configuration File xtt.properties
Change History
References
APPLIES TO:
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Linux x86-64
Updated 09-Nov-2018 -- Version 4
PURPOSE
This article covers the steps needed to use V4 Cross Platform Transportable Tablespaces (XTTS) with RMAN incremental
backups to migrate data between systems that have different endian formats, with the least amount of application down
time.
The first step will be to copy a full backup from the source to the destination. Then, by using a series of incremental
backups, each smaller than the last, the data at the destination system can be brought nearly current with the source
system, before any downtime is required. This procedure requires down time only during the final incremental backup, and
the meta-data export/import.
This document describes the V4 procedures for Cross Platform Incremental Backup which can be used with 11.2.0.4 and
higher. This new procedure is simplified version of previous XTTs versions. This version has the following differences:
this procedure uses simplified commands. One command (--backup) for the source and one command (--restore)
for the destination.
this procedure works for multi-tenant environment, including transporting tablespace from non-CDB to CDB or visa
versa. TTS restrictions may apply.
this procedure requires only one file to be copied between the source's and destination's $TMPDIR (res.txt).
this procedure will automatically resolve added datafiles with no additional intervention.
this procedure allows for multiple incremental backups taken off the source without running the recovery. After
which, recovery will be of all the incremental backups in the destination at once.
NOTE: There are a reported issues with multiple incremental backup recovery and large number of datafiles. The
recover command creation may cause backups to not be found (ORA-19625) and/or the recovery attempts to apply
the backups in the wrong order resulting in:
ORA-19638: file /<path>/<datafile name> is not current enough to apply this incremental backup
ORA-19642: start SCN of incremental backup is <scn>
ORA-19641: backup datafile checkpoint is SCN <scn> time MM/DD/YYYY HH:MM:SS
ORA-19640: datafile checkpoint is SCN <scn> time MM/DD/YYYY HH:MM:SS
评论