Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Consistent Whole Database Restore
Gump wrote:
> 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?
You obviously missed the rest of my post, which answered that question:
| Recover database in this situation is unnecessary as the datafiles
are
| consistent and up-to-date with respect to the date of the backup.
David Fitzjarrell Received on Thu Sep 22 2005 - 00:21:26 CDT