rman error [message #685466] |
Fri, 21 January 2022 13:04 |
|
culligandxb
Messages: 8 Registered: December 2020
|
Junior Member |
|
|
While trying to restore the test db using the prod database i am getting an error like this “RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 2963 and starting SCN of 17671820486”. I checked for the old archieve logs in Prod they are not available . How to overcome this.
|
|
|
|
|
|
|
Re: rman error [message #685473 is a reply to message #685472] |
Sun, 23 January 2022 00:40 |
|
Michel Cadot
Messages: 68732 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Try to use, in SQL*Plus, still on source database:
show parameter log_archive
This will give you the different location and state of current archive destinations and current archive name format.
[Updated on: Sun, 23 January 2022 00:45] Report message to a moderator
|
|
|
Re: rman error [message #685474 is a reply to message #685472] |
Sun, 23 January 2022 02:09 |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
culligandxb wrote on Sun, 23 January 2022 05:49Thanks Michael, when i run this query the name is comming as blank, but there are records . I cannot see the exact location path. If the name is null, that suggests that the archive logs were backed up and deleted. So you'll have to find the backup set containing them.
|
|
|
|
|
Re: rman error [message #685503 is a reply to message #685501] |
Tue, 25 January 2022 10:44 |
|
Michel Cadot
Messages: 68732 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote:archieve logs will be maintained only for last 7 days , previous are deleted.
Not a problem if you backed up them.
Of course, deleting needed archive logs without backing up them is the biggest error a DBA can do (whose prime duty is to guarantee to be able to restore the database).
You have to post the complete command, script you executed and log you got.
It is not possible to answer to an error from something that looks different (duplicate database) from the original question (restore database).
[Updated on: Tue, 25 January 2022 10:47] Report message to a moderator
|
|
|
|
|
|
|