urgent recovery help needed
437541Jul 16 2006 — edited Jul 18 2006Hello I have 817 database on Solaris and I do not have cold back up of the db. The db is in NOARCHIVE mode. I tried to bounce the db but I cannot open the db as I get the following error:
ORA-00355: change numbers out of order
ORA-00353: log corruption near block 2 change 9224405 time 06/05/2006 18:42:20
ORA-00312: online log 3 thread 1: '/u01/oradata/etpdb1/redo03.log'
Here is more info:
SVRMGR> select * from V$logfile;
GROUP# STATUS MEMBER
---------- ------- --------------------------------------------------------------------------------
1 /u01/oradata/etpdb1/redo01.log
2 /u01/oradata/etpdb1/redo02.log
3 /u01/oradata/etpdb1/redo03.log
SVRMGR> select * from v$log;
GROUP# THREAD# SEQUENCE# BYTES MEMBERS ARC STATUS FIRST_CHAN FIRST_TIM
---------- ---------- ---------- ---------- ---------- --- ---------------- ---------- ---------
1 1 0 5242880 1 YES UNUSED 0
2 1 0 5242880 1 YES UNUSED 0
3 1 1401 5120000 1 NO CURRENT 9223256 05-JUN-06
SVRMGR> alter database open resetlogs;
alter database open resetlogs
*
ORA-01139: RESETLOGS option only valid after an incomplete database recovery
Can anyone advise what can I do not to recover the db. Thanks