Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMAN-06055: could not find archived log with sequence 13624 for thread 1

1063598Mar 8 2014 — edited Mar 12 2014

Hi Experts,

I need your help on the issue I'm facing while performing database cloning. I'm cloning database for my EBS environment with the option of RMAN duplicate command.

The RMAN duplicate failed with the below errors as per the log file generated:

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of Duplicate Db command at 03/07/2014 20:05:38

RMAN-05501: aborting duplication of target database

RMAN-03015: error occurred in stored script Memory Script

RMAN-06055: could not find archived log with sequence 13624 for thread 1

You can find the complete log file below.

http://www.filedropper.com/duptrctst0307141040

I have checked the existence of archive log and it is present on the target server. Actually the production(source system) mount point consisting the RMAN cold backups and archives are NFS mounted on the target system.

SQL> select THREAD#,SEQUENCE#,applied,status from v$archived_log where sequence#=13623

   THREAD#  SEQUENCE# APPLIED   STATUS

   ----------      ----------           ---------        --------------

         1        13623             NO            D

SQL>  select THREAD#,SEQUENCE#,applied,status from v$archived_log where sequence#=13624;

   THREAD#  SEQUENCE# APPLIED   STATUS

---------- ---------- --------- --------------------

         1      13624 NO        D

Please give me some pointers to troubleshoot the root cause and fix it to complete database cloning.

Your assistance will be highly appreciated.

Thanks

-Ankur

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2014
Added on Mar 8 2014
2 comments
1,303 views