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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: renaming all database files will this work

Re: renaming all database files will this work

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Mon, 15 May 2000 07:49:11 -0700 (PDT)
Message-Id: <10498.105651@fatcity.com>


Jack,

If you copy the online redo logs over then you won't have to open resetlogs. If you don't then you'll have to "fake" recovery in order to open resetlogs so that new ones are created:

RECOVER DATABASE UNTIL CANCEL
  CANCEL
ALTER DATABASE OPEN RESETLOGS; Either way you'll need to rename the logs before opening if their location has changed.

HTH,

Received on Mon May 15 2000 - 09:49:11 CDT

Original text of this message

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