Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 8i logfile problem
BCC schrieb:
> Sybrand Bakker wrote:
>
>> export ORACLE_SID=<yoursid> >> sqlplus '/ as sysdba' >> (in the sqlplus prompt) >> startup mount; >> alter database open resetlogs; >> >> If I were you I would >> shutdown immediate >> exit >> >> and take a backup of this database. At least you know *this* situation >> is consistent. >> >> >> -- >> Sybrand Bakker, Senior Oracle DBA
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 Received on Fri Aug 05 2005 - 16:13:12 CDT
![]() |
![]() |