Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Missing all redo log files

Re: Missing all redo log files

From: Torsten Borchert <T.Borchert_at_DeutschePost.de>
Date: Mon, 18 Jan 1999 09:22:10 +0100
Message-ID: <36A2EF32.F0138FC6@DeutschePost.de>


Hello,

try the following:

shutdow abort
startup mount
recover database until cancel;
cancel
alter database open reset logs;

This may work if no transactions where in progress since the last logswitch.
If not you must restore a backup and then "recover database until cancel using backup controlfile" and open with resetlogs. If your database was in noarchivelog, you can only restore the last offline backup or a full
database export.
If all that is not for you, ask Oracle Hotline.

Alianto wrote:
>
> Our clients use HP Oracle database, when database is running, one without
> accident delete all redo log files and oracle's system shutdown
> automatically without any messages. When One try to startup the instance, it
> show a message :
>
> SVRMGR> startup
> ORACLE instance started.
> Total System Global Area 34165080 bytes
> Fixed Size 47936 bytes
> Variable Size 13080088 bytes
> Database Buffers 20971520 bytes
> Redo Buffers 65536 bytes
> Database mounted.
> ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
> SVRMGR>
> SVRMGR> alter database open resetlogs;
> alter database open resetlogs
> *
> ORA-01194: file 1 needs more recovery to be consistent
> ORA-01110: data file 1: '/data2/mims13s/dbs/system.dbf'
> SVRMGR>
>
> Regards,
>
> Alianto
Received on Mon Jan 18 1999 - 02:22:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US