How to recover from a redo log file loss.(ORA-00313 ,ORA-00312)
How to recover from a redo log file loss.(ORA-00313 ,ORA-00312).The usual error you get when this happens is ORA-00313 ,ORA-00312. So let's see how can we fix this.
1-startup your database in mount mode.
2-Check the status of your log files and see which one is currently online.
3-Drop the inactive group(which in our case is creating the error).
4-Create a new log file group .
5-Recover your database and open it with RESETLOGS option.