Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 8i logfile problem
BCC schrieb:
>
>> >> To open with resetlogs you should after startup mount simulate a >> recovery , also issue >> SQL>RECOVER DATABASE; >> SQL>CANCEL >> SQL>ALTER DATABASE OPEN RESETLOGS; >> >> Better however to get onsite an Oracle DBA (or contact Oracle Support, >> which can surely assist you). >> >> Best regards >> >> Maxim
You can try instead of RECOVER DATABASE
SQL>RECOVER DATABASE UNTIL CANCEL;
SQL>ALTER DATABASE OPEN RESETLOGS;
In case recovery cancels due to errors, it can be considered as
completed as well. But, you should be aware, you can damage your
database, not having a contract with Oracle however lowers the value of
your database immense.
Good luck.
Maxim Received on Fri Aug 05 2005 - 17:02:48 CDT
![]() |
![]() |