EXPERT RESPONSE
The first thing to do in the future is to make sure that the online redo logs are multiplexed. If one redo log file becomes corrupt, Oracle can use the other one. The multiplexed online redo log files should be on separate disk devices.
If you are still unable to open your database, you can try to open the database with the RESETLOGS option. This will clear out all online redo log files. You may experience loss of some transactions, so this should be a last option. But this may also be your only option, too.
|