vote up 1 vote down star

Here is the scenario:

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

Is there an easy (or at least relatively easy) way to restore the database from the backup? I'm not an Oracle DBA and my Oracle knowledge is very limited. I have seen some "advanced RMAN commands", but I have no clue what the doc is about. Is there a 3rd party utility that simplifies the restore process?

If the RMAN scripts are the only way to go, then do I have to create an empty database in Oracle before proceeding?

thanks

flag
One piece of additional information would be useful - were/are you maintaining an RMAN catalog? – dpbradley Sep 15 at 18:08
Also, the presumption here is that you're using RMAN to do the backups to begin with? – DCookie Sep 15 at 20:31
Also, probably belongs on serverfault... – DCookie Sep 15 at 20:33
To be honest, I am not sure. I followed the following document: stanford.edu/dept/itss/… which does the scheduled backups through "Enterprise Manager". I'm not sure whether it creates any RMAN scripts in the background or not. – unknown (google) Sep 17 at 13:46

1 Answer

vote up 1 vote down check

The ability to recover a database is the most fundamental responsibility of a DBA -- All else amounts to nothing if data is lost.

If you have limited knowledge of the recovery process and you are in charge of recovering a production instance, my first suggestion would be to contact support : you don't want to make a mistake. Trust me, you don't want to practice on a production environment.

Once the database is restored, when you have plenty of time, I'd suggest you start by having a thorough look at the documentation. You should be fine with the Backup and Recovery Basics Guide.

Nowadays, you can perform recovery through the Entreprise Manager web interface (this is a nice wrapper of RMAN).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.