recovery error [message #74486] |
Sun, 19 December 2004 20:30 |
ramya
Messages: 87 Registered: August 2002
|
Member |
|
|
Hi all
When i am trying to do a recover on standby database(normal recovery as the normal database).I am facing an error its asking for 15 months old archive.The archive log is not with us.We restored from full cold backup of production database(exact replica of prodcution database).The production database is working without any problem.how to overcome this erorr
i am giving the commands and the errors
with regards
ramya
SQL> alter database mount standby database;
Database altered.
SQL> recover standby database;
ORA-00279: change 67338122 generated at 10/14/2003 10:26:05 needed for thread 1
ORA-00289: suggestion : /oradatazak2/oradata/oraarch/1_23776.arc
ORA-00280: change 67338122 for thread 1 is in sequence #23776
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
AUTO
ORA-00308: cannot open archived log '/oradatazak2/oradata/oraarch/1_23776.arc'
ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory
Additional information: 3
ORA-00308: cannot open archived log '/oradatazak2/oradata/oraarch/1_23776.arc'
ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory
Additional information: 3
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01152: file 1 was not restored from a sufficiently old backup
ORA-01110: data file 1: '/oradatazak2/oradata/sys/sysZAK2.dbf'
|
|
|
|
Re: recovery error [message #74499 is a reply to message #74488] |
Mon, 20 December 2004 21:07 |
ramya
Messages: 87 Registered: August 2002
|
Member |
|
|
hi mahesh
we took a cold backup and it was consistent (all tablespaces are in normal mode(not backup mode)).Its seems strange this error. This is exact replica of production but production working fine without any problem
with regards
ramya
|
|
|
|
|