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: Delete Datafile and Recover DB Without Using Backup?

Re: Delete Datafile and Recover DB Without Using Backup?

From: Alexander Gorbachev <gorbyx_at_gmail.com>
Date: Thu, 24 Feb 2005 22:31:23 +0100
Message-ID: <c2213f680502241331723a69bd@mail.gmail.com>


If this is a new datafile and you have all archive logs since the moment of datafile creation, you can recreate is as new in Oracle and recover. ALTER DATABASE CREATE DATAFILE ... AS NEW or something like that.

Another idea is that on UNIX i-node is still open and the space is not reclaimed back. I have seen that Oracle is still able to access a file for a while after deletion on HP-UX. However, it starts barking at some point - don't know what's the trigger. Unfortunately, I don't know if you can "restore" deleted file while i-node is still open.

Alex

On Thu, 24 Feb 2005 12:29:41 -0800 (PST), mkb <mkb125_at_yahoo.com> wrote:
> If a Oracle datafile is removed from a file while the
> instance is still running and the database is open, is
> it possible to recover without using a backup before
> shutting down the database?

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Feb 24 2005 - 16:34:51 CST

Original text of this message

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