Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

all redolog files lost in oracle 8i

615488Mar 6 2009 — edited Mar 6 2009
Hi,

i had a disk corruption where i lost all redolog files and my db was down how i can make db up.

workaround:

in os level i manually created the lost redo log files (same path what was earlier):

sql>startup mount;

sql>recover database untill cancel;


sql>alter database open resetlogs;

is it works ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 3 2009
Added on Mar 6 2009
15 comments
682 views