Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: one datafile and redo log files both r corrupted
>In my database both all redo log files and one datafile is corrupted
>My database is in archive log mode
>database is shutdown, how can I start it again without loosing commit
>data
You need to restore the corrupt data file from the last backup and then recover it using archived logs and online logs, if available. As of corrupt online redo logs, depending on their state (current, active or inactive,) you can get away with clearing the damaged log group (if it was inactive) or recreating it and doing incomplete recovery followed by ALTER DATABASE OPEN RESETLOGS. In any case, take fresh full backup of the database after successful recovery. Note that if you lost an active redo log group, then all transactions covered by it are lost as well.
Hth,
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com
Received on Sun Apr 30 2006 - 03:14:44 CDT