I am attempting to recover my database and I have a problem doing that.
I tried many things and finally managed to recreate my CONTROL files from _udump_dest after using backup controlfile to trace.
when I type RECOVER DATABASE, it said that I must use backup controlfile. So, I typed
RECOVER DATABSSE USING BACKUP CONTROLFILE;
This is what I got. It asked for ARCHIVELOG ARC00049.001 but I don't find it on my system or it must have got deleted for some reason. Who knows?. It's just not there. I have ARC40008.001 and earlier. How to I recover my database without the ARCHIVELOG now, that that particular one is not there?.
spool 1.txt contents.
SQL> recover database using backup controlfile;
ORA-00279: change 6500935 generated at 03/15/2006 20:13:50 needed for thread 1
ORA-00289: suggestion : E:\ORACLE\ORA92\RDBMS\ARC0
0049.001
ORA-00280: change 6500935 for thread 1 is in sequence #49
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
E:\oracle\ora92\rdbms\ARC0
0049.001
ORA-00308: cannot open archived log 'E:\oracle\ora92\rdbms\ARC
00049.001'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
AUTO
ORA-00308: cannot open archived log 'E:\ORACLE\ORA92\RDBMS\ARC
00049.001'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
ORA-00308: cannot open archived log 'E:\ORACLE\ORA92\RDBMS\ARC
00049.001'
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 2) The system cannot find the file specified.
SQL> spool off
Start Free Trial