Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Consistent Whole Database Restore

Re: Consistent Whole Database Restore

From: Gump <phefford_at_gmail.com>
Date: 21 Sep 2005 20:00:43 -0700
Message-ID: <1127358043.789699.162190@g14g2000cwa.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US