Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Delete Datafile and Recover DB Without Using Backup?
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-lReceived on Thu Feb 24 2005 - 16:34:51 CST
![]() |
![]() |