all redolog files lost in oracle 8i
615488Mar 6 2009 — edited Mar 6 2009Hi,
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 ?