recover

How can I recover files from a corrupted .tar.gz archive?

I have a large number of files in a .tar.gz archive. Checking the file type with the command file SMS.tar.gz gives the response gzip compressed data - deflate method , max compression When I try to extract the archive with gunzip, after a delay I receive the message gunzip: SMS.tar.gz: unexpected end of file Is there any way to...

Oracle recovery problem

I execute the following command and the error occurs: recover database until time '2009-01-09 12:26'; ORA-00283: recovery session canceled due to errors ORA-19907: recovery time or SCN does not belong to recovered incarnation; How can I solve this problem? ...

Recover a Dead Windows Machine

i moved some files from my c drive to my d drive and my windows will not open now. How do i fixes this? I dont have anything important on my notebook. should I Perform a reinstall from a Microsoft retail or OEM Windows disc? ...

Retrieve/Recover deleted Netbeans project

Hi there, I was just working on my Netbeans project and accidentally deleted it and don't know how to recover it. Is there a tmp folder that the deleted project is stored in. Or am I forever doomed? Thanks, Lucas ...

Unable to Recover Corrupt Oracle Datafile Block In SysAux

Hi, Oracle 10g on Suse 9.1 I'm looking after an Oracle DB. I have good SQL skills but I'm no DBA, (a diffence in job roles I have difficulty explaining to my non-IT savvy bosses!) I know enough to get Oracle up and running and put in place it's 'automatic' options for backup and optimisation then I leave it well alone. Everything else ...

How to reset Python interpreter to a 'safe' state?

I have a C++ app that embeds the Python interpreter. There are points in the code where the interpreter may get interrupted and I need to make sure the interpreter is in a 'safe' state to execute new code. I would just call Py_Finalize and re-initialize everything except I have a bunch of PyObject * references that I need to stay valid. ...

Recovering MySQl database from .frm, ibdata and ib_logfile

I have .frm, ibdata and ib_logfile from my previous version of MySQl and now I have shifting to a newer version. Unfortunately, I donot have the previous version installed so I cannot take the dump and import into the new MySQl version. Please suggest some way to get these databases running in the newer MySQL version. I have all the req...

where phpmyadmin store database files?

I have uninstall wamp server and now I need my database to restore. How can I do this process? ...

MySQL Recover Deleted Database

Accidently dropped my database from Mysql.Any way to recover that table. Anybody can help me please........... ...

How to recover messages from Transactional Dead Letter Queue

I am using .net 3.5 and we have few of the message which went into DeadLetterQueue because of the MessageExpiry. I am using QueueExplorer and when looking at the message it has some extra character and some of the characters are deleted from the message. Any idea why it would done that and how to get the message back in the right forma...

Visual studio 2008 autorecover directory location change

howdy using vs2008 C# Does anyone know how change the directory location that auto recover files are saved to in visual studio sp1. The specific directory it should be on my C# drive in my documents is always empty even when the feature is turned on. There where some changes to our network env and it seems my auto recover files are now ...

Can I recover older Oracle pl/sql source code from a package body after i have replaced with newer code

I had created an Oracle PL/SQL package with a header and a body with lots of code. Later, I ended up accidentally erasing the code from that body after reran the CREATE OR REPLACE PACKAGE BODY... statement with different source code (which actually I intended to save under a different package name). Is there anyway I can recover my older...

Git recover uncommitted changes

I had a lot of local changes. I just accidentally did git merge another_branch git reset --hard HEAD^ on a lot of work. :( with the intention I didn't want the merged changes in here. How do I recover the original state? No, the local changes were never committed/stashed. No way? ...

Recover postgreSQL databases from raw physical files

Hello all, I have the following problem and I need to know if there´s a way to fix it. I have a client who was cheap enough to decline buying a backup plan for his postgreSQL databases on the main system that runs his company and as I thought it would happen some day, some OS files crashed during a blackout and the OS needs to be reins...

Is it possible to recover an usaved file that was being edited in gedit in ubuntu?

My ubuntu just got completely mad, not allowing to select anything with the mouse or switch between apps. I had to go to the terminal (ctrl+shit+1) and do a "sudo shutdown now". Afterwards I remembered I had a very important text not saved in a gedit window. Is it possible to recover that somehow?? Thanks ...

Self restart program on segfault under Linux

Under Linux what would be the best way for a program to restart itself on a crash by catching the exception in a crashhandler (for example on a segfault)? ...