Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Consistent Whole Database Restore
Thanks David.
> That depends entirely upon whether you have your old redo logs or not.
> Should they be missing you would need to:
>
> startup mount;
> alter database open resetlogs;
>
> to recreate the missing redo log files.
I am guessing by "old redo logs" you mean the "online redo logs", not archived redo logs.
Assuming I haven't lost any files, I don't need to do a RECOVER DATABASE. Correct? Received on Wed Sep 21 2005 - 22:00:43 CDT