-1

How Can I recover a deleted Data Base file from Oracle Linux ..

file system type is ext4.

It is really crucial to bring up the db..

Any help would greatly be appreciated.

I tried the below links but could not succeed.

Unix/Linux undelete/recover deleted files

How to recover files I deleted now by running rm *?

satya
  • 3

1 Answers1

1

Firstly stop using the drive because any changes to the file system will make it harder to recover.

Secondly take a copy of the entire drive using dd or other tools to copy the raw drive to a clean disk.

Next you will need to look at various ext3/4 undeletion tools, always working with the cloned drive never the original. The tools that I know of are:

Next options are:

  • Send the drive off for data recovery
  • Look at file carving tools such as photoreq (from the testdisk package)
  • Accept the loss of data and rebuild with backups as part of the planning process