- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I get the deleted files back?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 05:54 AM
07-31-2002 05:54 AM
How can I get the deleted files back?
I was sooo scream that I deleted the 3 files (*.dbf) by someone asked me to remove it. 3 files are IMPORTANT for ORACLE. I wasn't aware of what extension (.dbf) is...
Help me, how can I undelete the files? Is there any way for me to undelete by dumping the disk? Or what? Hope I can able to take those back... Thanks!
-Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:00 AM
07-31-2002 06:00 AM
Re: How can I get the deleted files back?
I'm afraid that you're going to have to restore them from a backup.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:01 AM
07-31-2002 06:01 AM
Re: How can I get the deleted files back?
Cheryl Griffin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:03 AM
07-31-2002 06:03 AM
Re: How can I get the deleted files back?
Shutdown the DB, restore the .dbf files and try to recover the DB.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:03 AM
07-31-2002 06:03 AM
Re: How can I get the deleted files back?
1. restore it from backup
2. write a script, trying to keep the deleted file in a tmp directory, but this way does not help for your today's case 'cause it is too late.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:06 AM
07-31-2002 06:06 AM
Re: How can I get the deleted files back?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:06 AM
07-31-2002 06:06 AM
Re: How can I get the deleted files back?
http://www.ontrack.com/datarecovery/
Check for someone local as well.
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:07 AM
07-31-2002 06:07 AM
Re: How can I get the deleted files back?
There is no way you can recover the files , please get them back from the tapes.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:17 AM
07-31-2002 06:17 AM
Re: How can I get the deleted files back?
- as already mentioned recovery might be possible by specialized companies, but at a high price, rarely an option
- next, in a multi-user environment the diskspace freed might already be reused by another file, which makes an undelete impossible
- if you're lucky it were datafiles of the Temporary or Rollback Tablespace which *can* be recreated from scratch, or maybe a tablespace only containing indexes. This won't make the DBA really happy however.
This is going to be a nice test for your backup procedures ;)
FYI: next to the *.dbf extension, some Oracle files use the *.log extension, they are also not really good candidates for the rm command.
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:20 AM
07-31-2002 06:20 AM
Re: How can I get the deleted files back?
no later than yesterday I mentioned the 3 big words : backup... backup and backup.
I'm afraid you have no other solution than going back to previous backup.
If your archive mode is on you should be able to recover to the point of failure (or deletion in your case).
talk to your Oracle DBA (it's good to talk).
good luck,
JL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:22 AM
07-31-2002 06:22 AM
Re: How can I get the deleted files back?
So I think that there is no good way to undelete the file but restore them from the tape!
If you have no these files' backup, then I must say sorry to you that...
-Gerald-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 06:27 AM
07-31-2002 06:27 AM
Re: How can I get the deleted files back?
Restoring from the backup is your only choice.
Hope this helps.
Regds