Hello again,
Recover keeps asking for offline redologs cause backup is running around 10h every night and with cancel option on recover database the recovery should stop. But somehow it does not and I cant open the DB.
Thx for any idea you may have
SQL> recover database using backup controlfile;
ORA-00279: change 1327637491 generated at 07/10/2015 08:00:27 needed for thread
1
ORA-00289: suggestion : E:\ORACLE\SID\ORAARCH\SIDARCHARC66666_0764267021.001
ORA-00280: change 1327637491 for thread 1 is in sequence #66666
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
CANCEL
Media recovery cancelled.
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: 'E:\ORACLE\SID\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
Thx for any idea you may have
Chris