recovery

Recovering deleted objects from sql server

Does anyone know of any tools that can help in recovering dropped tables and stored procedures ? There was no backup taken and this DB was accidentally synced up with another DB and the new tables created in this DB were dropped. thanks ...

SQL Server LOG Data recovery

I was wondering how you can recover data from your logfile. I'm using sql 2005 (full backup). The problem is that a service cleared my data last night (which it shouldn't have). and now I want to recover those rows that were deleted before. can anyone tell me how I can do this? ...

Oracle 10g Backup & Restore

Here is the scenario: Oracle 10g database running Windows Vista Business. This is a production/live db. Nightly backups (Whole database, online backup, ARCHIVELOG mode) moved to different machine on the network. Hard disk dies. Setup OS and Oracle 10g on the new hard drive. Oracle does not have any db instances yet. Is there an eas...

Is there a method to estimate the recovery time of a SQL Server 2005 database?

I am looking at a large-ish SQL Server 2005 database, that has entered into Recovery mode, and I am wondering if there is any way to estimate how long it's going to be until the database has recovered? ...

password recovery for drupal

i forgot my drupal user id and password. Is there any way to recover it ...

SQL Server 2005 Database 'In Recovery'

This might be a bit of a naive question and probably something I should know by now but here goes.. I restored a 35Gb database on my dev machine yesterday and it was all going fine until this morning when my client app couldn't connect. So I opened SQL Management Studio to find the database 'In Recovery'. I don't know a huge amount a...

DB2 - LUW 8.2 Can you restore one tablespace from a full DB backup to a different server

In DB2 8.2 for LUW can you restore one tablespace to a 2nd server from a full database backup without having to restore the entire database? The database backup was taken when the system was up so log files are involved. I can provide further clarification if needed. Thanks, Dave ...

Recovering HyperSQL Database

We are using JBoss 4.0.3 SP1 using Hypersonic as its internal storage engine (timers, queues, etc.) The database is no longer accessible (most likely data corruption) giving error; Caused by: org.hsqldb.HsqlException: old version database must be shutdown. Is there a way or command to shutdown the database to recover the data (~150MB) ...

How to recover repository using SVN hotcopy?

Okay. I used svn's hotcopy to make incremental back-ups, now how do I test that the hotcopies will work properly? I searched the posts here regarding hotcopy. Most of them seem to just be encouraging the use of the svn hotcopy, but not talking about how to recover using hotcopy once made. Is there any advice about how to recover us...

Power failure and Oracle data recovery

Database is OracleXE and here is the problem: data gets entered in tables UPS does not survive power shock Oracle server reboots after power failure everything seems normal after some time we realize that some data is missing from few tables (this is ok, because all inserts happened in one transaction), and some data seems like half-c...

mysql tables mysteriously emptied

Hi, I noticed that a couple of my mysql tables today were emptied. I can't think of any reason why this would occur. I store the DB in an AWS volume and we are well under the amount of space allocated to us. I was wondering if anyone had this issue before? Any suggestions of things that I can test? Sorry if I haven't provided enough...

Password Recovery tool in C# not working

Hi (I'm pretty new to this), I have created a portal where the user logs in and within that, they can view other programs I've made. The problem is the password recovery does not seem to be working - I get no error messages, I just get the message "We were unable to access your information. Please try again." I have the ASP.NET configur...

Recovering Apache from a mounted, unavailable NFS Mount

Hello - I have several web applications in production that utilize NFS mounts to share resources (usually static asset files) among web heads. In the event that an NFS mount becomes unavailable, Apache will hang requesting files that cannot be accessed, the kernel will log: Nov 2 14:21:20 server2 kernel: nfs: server server1 not resp...

HG update to revison problem

Using Mercurial, TortoiseHG, Win XP. I had a working directory with a number of files. Committed and ready. My syncing software [incorrectly configured] copied some very old files [from before I was using HG] into my working directory, overwriting many many hours of work. I wanted to go back to the last committed version, so I did "up...

Compiler Generated Cruft

I am attempting to recover source from an assembly using Reg Gate's Reflector. The original source took advantage of several C# 3.0 features which has made it a little difficult to recover. For instance here is the recovered source for an anonymous type. The first thing that pops out is the <> in from on the class identifier. Run time ty...

PostgreSQL and Point in Time Recovery

I was reading through this: http://www.postgresql.org/about/ And I saw this: An enterprise class database, PostgreSQL boasts sophisticated features such as ... point in time recovery I need some light shed on this subject and its features and examples of it in action or share their own performance experiences? ...

Android - AlarmManager recovery

Thanks to TasKiller I have reliable way to shutdown updates coming to my AppWidget from the AlarmManager! Now, sarcasm aside, how do I recover from such event? So far I only see that the Alerts are resurrected only after rebooting the phone. I can stick recovery code into few places such as various Activity#onCreate that belong to my app...

how to create a recoverable file uploader console app?

I am uploading thousands of files to a server. The server connection breaks allot, so I need a way for this console application to be able to recover if the connection fails for a few seconds etc. My application is simple, it just gets all the files in the c:\uploads folder and then uses a web service to upload the files to the server....

How to restore Oracle 10G database from backup

I have an Oracle 10G database. I ran following script to take the backup of the database. alter tablespace EMP2010 begin backup; host copy G:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EMP2010.DBF G:\orabackup\database\ alter tablespace EMP2010 end backup; alter tablespace PAYROLL2010 begin backup; host copy G:\ORACLE\PRODUCT\10.2.0\ORADATA\OR...

Recover Code Behind Files from a App_Code.dll

Hi, I lost my solution files for a project which I've sent to my web host earlier. Now I need to edit and fix some but I don't have the solution files now. I have my project with App_Code.dll. Is there a way to get the whole project back ? Thanks ...