RMAN-06024: no backup or copy of the control file found to restore with RMAN-6026 RMAN-6024 no backup of controlfile

Hi,

Sometimes You can get “RMAN-06024: no backup or copy of the control file found to restore ” error.

 

Details of error are as follows.

RMAN-06024: no backup or copy of the control file found to restore
Cause: A control file restore could not proceed because no backup or copy of the control file was found.
It may be the case that a backup or copy of this file exists but does not satisfy the criteria
specified in the user's restore operands.



Action: None - this is an informational message. See message 6026 for further details.


RMAN-05501: aborting duplication of target database
RMAN-03015: error occurred in stored script Memory Script
RMAN-06026: some targets not found - aborting restore
RMAN-06024: no backup or copy of the control file found to restore

 

 

This error is related with the SCN of the highest backed up archived redolog and will try to find a backup of the controlfile.

You can resolve this by making another archivelog backup of the target database.

RMAN> backup archivelog all;

and than restart the duplicate afterwards, then the database duplicated successfully.

 

Or you can solve this error by using catalog backuppiece command as follows.

 

RMAN> catalog backuppiece '/rman/backup/c-4673639742-20200130-01.ctl';

cataloged backup piece
backup piece handle=/rman/backup/c-4673639742-20200130-01.ctl RECID=37 STAMP=897176040

 

 

Do you want to learn more details about RMAN, then read the following articles.

https://ittutorial.org/rman-backup-restore-and-recovery-tutorials-for-beginners-in-the-oracle-database/

 

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

Leave a Reply

Your email address will not be published. Required fields are marked *