Main Topics
Browse All TopicsHi there,
I am using Oracle9i on Redhat Linux
Recently I accidentally deleted a redo.log files in the path
/usr/oracle/oradata/ASPCP/
And when I use the Enterprise Manager Console to startup the database
It gives a message
ORA-00313: open failed for members of log group 2 of thread 1
ORA-00312: online log 2 thread 1:
'/usr/oracle/oradata/ASPCP
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information:3
Are there anyway to rebuild the log file?
I am a total newbie of Oracle
someone please help
Thx
Vicker
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thanks paquicuba and riazpk,
What I have tried is to drop the invalidated logfile group 2
But failed~
It returns
ORA-01623: log 2 is current log for thread 1 - cannot drop
ORA-00312: online log 2 thread 1: '/usr/oracle/oradata/ASPCP
Let me conclude what is my situation again, as I learn more from the books, etc
Originally have 3 logfile group
And 2 logfiles present redo01 and redo02
I accidentally deleted redo01 and redo02
So the oracle fails to start
I logged into sqlplus and dropped the logfile group 1 successfully
and recreate the group 1 successfully
However group 2 fails... with the error message stated above
And I failed to do a switch log file process
which comes with a message
ORA-01109: database not open
But the fact is... I can't open the database... =.="
So please somebody guide me through it~ thanks!!
Vicker
ORA-01623 log string is current log for thread string - cannot drop
Cause: A thread's current log cannot be dropped even if the thread is closed. A disabled thread usually does not have a current log, but a half completed disable may need to be disabled again.
Action: If the database is not open then disable the thread. If the database is open and an instance has the thread open, then the instance can be requested to switch logs. If the database is closed the log can be archived or cleared to force a switch.
Also take a look at http://www.jlcomp.demon.co
and search for ORA-01623
_ALLOW_RESETLOGS_CORRUPTIO
in the INIT.ORA file using which the database can be forced
to be started without applying changes from the online redo logs.
So find the init.ora file, add the new line and try to open so
SQL>startup pfile=...../init.ora
If you succeed to start the database, before repairing actions,
make a full DB export in order to keep a copy of the DB. May be a full cold back
will be a good idea.
After that recreate all log groups and multiplex the groups creating at least 3 members in each group. Oracle .pdf
have many examples how to do this.
Business Accounts
Answer for Membership
by: paquicubaPosted on 2004-10-22 at 20:09:29ID: 12386872
Take a look at this: e.com/Data bases/Orac le/ Q_21175 920.html
http://www.experts-exchang