0% found this document useful (0 votes)
15 views2 pages

Document 2802549.1

Uploaded by

Antonio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Document 2802549.1

Uploaded by

Antonio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

19/12/24, 17:57 Document 2802549.

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:

Oracle Database - Enterprise Edition - Version 12.2.0.1 and later


Information in this document applies to any platform.

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

Syntax used for backup on Source

Backup on Source database was taken using

Command 1 :-

backup database plus archivelog format '<NFS mount point which is accessible by clone server>/%U';

On Clone databsae below command is used

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

Didn't find what you are looking for?

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=7onrauq7z_170&id=2802549.1 2/2

You might also like