Document 2802549.1
Document 2802549.1
1
Copy right (c) 2024, Oracle. A ll rights reserv ed. Oracle Confidential.
Duplicate PDB Using Backup Location option Without connection to Target Fails RMAN-05556
RMAN-03015 RMAN-06023 (Doc ID 2802549.1)
In this Document
Symptoms
Cause
Solution
APPLIES TO:
SYMPTOMS
Rman duplicate of pdb using Backup location Option on Clone server Fails with
RMAN-05556: not all datafiles have backups that can be recovered to SCN xxxxxx
RMAN-03015: error occurred in stored script Memory Script
RMAN-06026: some targets not found - aborting restore
RMAN-06023: no backup or copy of datafile xx found to restore
RMAN-06023: no backup or copy of datafile xx found to restore
RMAN-06023: no backup or copy of datafile xx found to restore
RMAN-06023: no backup or copy of datafile xx found to restore
RMAN-06023: no backup or copy of datafile xx found to restore
Command 1 :-
backup database plus archivelog format '<NFS mount point which is accessible by clone server>/%U';
rman auxiliary /
duplicate database to <name> pluggable database <pdb name> backup location '<nfs mount point used by
the backup command 1>';
CAUSE
https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=7onrauq7z_170&id=2802549.1 1/2
19/12/24, 17:57 Document 2802549.1
Backup command On Source didnot include format Clause for database
Rman > backup database plus archivelog format '<NFS mount point which is accessible by clone server>/%U';
Since format option was Specified only for Archivelog the backup of archivelog went to the NFS location but the backup of
database went to FRA location of Source database Instead of going to <NFS mount point>.
SOLUTION
Take the backup with format option for both archivelog and database on the Source database.
On Source
Rman> backup database format '<NFS mount poing>/%U' plus archivelog format '<NFS Mount point>/%U';
Or
Since Backup of the database has gone to FRA location on Source database . Scp those backups from Source FRA location
to the NFS mount point and redo the duplicate
https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=7onrauq7z_170&id=2802549.1 2/2