RMAN Duplicate PDB Fails With RMAN-05548 If Audit Trails Are Moved Outside Of SYSAUX
(Doc ID 2256158.1)
Last updated on JUNE 10, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Following statement fails when cloning a PDB via RMAN when audit tables (AUD$) reside outside the SYSAUX tablespace
RMAN> DUPLICATE TARGET DATABASE TO <DB_NAME> FROM ACTIVE DATABASE PLUGGABLE DATABASE <PLUGGABLE_DATABASE_NAME> TABLESPACE <TABLESPACE_NAME> DB_FILE_NAME_CONVERT ('+<DIR1>','+<DIR2>','+<DIR3>','+<DIR4>');
Checking that duplicated tablespaces are self-contained
The following errors need to be fixed before performing this command
Violation: ORA-39901: Partitioned table <SCHEMA_NAME>.<TABLE_NAME> is partially contained in the transportable set.
...
Oracle instance shut down
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 04/28/2016 13:51:18
RMAN-05501: aborting duplication of target database
RMAN-05548: The set of duplicated tablespaces is not self-contained
OR error may be:
RMAN-03002: failure of Duplicate Db command at 06/21/2016 14:48:24
RMAN-05501: aborting duplication of target database
RMAN-05553: SYS objects in skipped tablespaces prevent duplication
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |