RMAN-06025: no backup of archived log for thread number with sequence number and starting SCN of string found to restore

Hi,

Sometimes You can get “RMAN-06025: no backup of archived log for thread number with sequence number and starting SCN of string found to restore ” error.

 

Details of error are as follows.

RMAN-06025: no backup of archived log for thread number with sequence number and starting SCN of string found to restore
Cause: An archived log restore restore could not proceed because no backup of the indicated archived log
was found. It may be the case that a backup 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-06026: some targets not found – aborting restore
RMAN-06025: no backup of log thread 1 seq 41 lowscn 4532641 found to restore
RMAN-06025: no backup of log thread 1 seq 42 lowscn 4532640 found to restore
RMAN-06025: no backup of log thread 1 seq 43 lowscn 4532638 found to restore

 

 

This error is related with the Catalog database problem, If you don’t use catalog database or catalog connection is broken, you can get this error.

Try to restore them without Catalog database as follows.

 

RMAN> restore archivelog from time='SYSDATE-7' validate;
Or if you have catalog database, connect it and run the following command.
rman
connect catalog user/pwd@CATALOG_DB
connect target /
RMAN>
RMAN> RESTORE ARCHIVELOG ALL VALIDATE;

 

 

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.

2 comments

  1. Muchas gracias, funcionó muy bien!

Leave a Reply

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