Skip to main content

 

We want to take a backup out of place, but we get the following error: 

Recovery operation failed to reach the specified PIT/SCN for this job. Please check the logs for details. Try to open database using sqlplus or submit new recovery job.

There error can have several possibilities - the issue is being reported back from RMAN, and so the RMAN logs would give you more details about what is going wrong.

Double check that the restore time range is correct.

Try to follow the restore instructions step by step and see if there is a misconfiguration on the restore:

https://documentation.commvault.com/2023e/essential/restoring_oracle_database_to_different_location_out_of_place.html


ORA-01547: advertencia: RECOVER ha funcionado correctamente pero OPEN RESETLOGS obtendria el siguiente error
ORA-01194: el archivo 1 necesita mas recuperacion para ser consistente
ORA-01110: archivo de datos 1: '/u02/oradata/PROD/datafile/system01.dbf'
released channel: ch1
released channel: ch2
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 10/30/2024 15:11:00
RMAN-06053: unable to perform media recovery because of missing log
RMAN-06102: no channel to restore a backup or copy of archived log for thread 1 with sequence 388424 and starting SCN of 39223639947
RMAN-06102: no channel to restore a backup or copy of archived log for thread 1 with sequence 388423 and starting SCN of 39223636209
RMAN-06102: no channel to restore a backup or copy of archived log for thread 1 with sequence 388422 and starting SCN of 39223635228


Reply