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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Student backup and recovery question

Re: Student backup and recovery question

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Fri, 3 Nov 2006 02:33:50 GMT
Message-ID: <J84v4G.At3@igsrsparc2.er.usgs.gov>


OklahomaDave wrote:
> I'm a student studying oracle 10g backup/recovery strategies and I was
> hoping someone could tell me the steps in restoring/recovering a lost
> datafile in archivelog mode without a backup.
>
> Thanks.
>

Without a backup? This is akin to creating something from nothing. You can issue the following:

ALTER DATABASE CREATE DATAFILE '/directory/filename';

But the contents will be empty.

Since you are a student, I would highly recommend reading the Oracle documentation on this subject.

Cheers,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Thu Nov 02 2006 - 20:33:50 CST

Original text of this message

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