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: Point in time recovery

Re: Point in time recovery

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Tue, 30 May 2000 20:13:36 -0700 (PDT)
Message-Id: <10513.107201@fatcity.com>


The correct command is:

ALTER DATABASE CREATE DATAFILE '<filename>';

This will create the file at the OS level, after which the recovery command can be executed again.

Note: This requires using a controlfile that contains the info from when these datafiles were created (i.e. the controlfile has to be from AFTER the datafiles were added).

HTH,

Received on Tue May 30 2000 - 22:13:36 CDT

Original text of this message

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