Requires Free Membership to View
If you lose the current online redo log, then you will not be able to recover the information in that online redo log. This is one reason why redo logs should be multiplexed. If it is multiplexed, you will have a copy of the online redo log. Let's assume that your online redo log group #1 has two members, redo01a.log and redo01b.log. If redo01a.log is missing, simply shutdown the database and copy redo01b.log and rename it to redo01a.log. You should be able to start the database.
If you have not multiplexed your online redo logs, then you are only left with incomplete recovery. Your steps are as follows:
- SHUTDOWN ABORT
- STARTUP MOUNT
- RECOVER DATABASE UNTIL CANCEL;
- When you have applied any archived redo logs, then reply CANCEL to stop the recovery process.
- ALTER DATABASE OPEN RESETLOGS;
This was first published in July 2004

Join the conversationComment
Share
Comments
Results
Contribute to the conversation