RMAN-06749: restore point string does not exist.

Hi,

Sometimes You can get “RMAN-06749: restore point string does not exist. ” error.

 

Details of error are as follows.

RMAN-06749: restore point string does not exist.
Cause: The specified restore point does not exists in v$restore_point table of the target database.
Action: Check the name of restore point and retry the command.
List all restore point as follows.
RMAN> list restore point all;

using target database control file instead of recovery catalog
SCN       RSP       Time   Type Time  Name
---------------- --------- ---------- --------- ----
68433432 GUARANTEED 26-APR-20 BEFORE_UPDATE

 

Run the flashback database to related restore point as follows.

 

RMAN> flashback database to restore point BEFORE_UPDATE;

Starting flashback at 29-APR-20
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=225 instance=MSDB1 device type=DISK

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of flashback command at 29/04/2020 13:03:42
RMAN-06749: restore point BEFORE_UPDATE does not exist.

 

Change restore point name as “BEFORE_UPDATE”.

 

RMAN> flashback database to restore point "BEFORE_UPDATE";

Starting flashback at 29-APR-20
using channel ORA_DISK_1
starting media recovery
media recovery complete, elapsed time: 00:00:03
Finished flashback at 29-APR-20

RMAN> alter database open resetlogs;

Problem has been solved.

 

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 *