Results 1 to 7 of 7

Thread: Recovery from a total oracle disaster

  1. #1
    Join Date
    Jun 2007
    Posts
    9

    Talking Recovery from a total oracle disaster

    Hi,
    I am testing out a disaster recovery plan for ur databases. We have oracle 10g on a windows 2003 sever. Now my question is how do I recreate my databases from my backups after say a complete system crush. let say i get a new harddirve for my server and reinstall oracle. how do I get back my databases from my backups.
    Thanks,
    Harold.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Depends on what type of backups you have.

  3. #3
    Join Date
    Jun 2007
    Posts
    9

    Disaster recovery

    I am using incremental updated backups
    Thanks

  4. #4
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can use RMAN to restore full backup and incremental backup. You will need to have instance setup before you can restore.

  5. #5
    Join Date
    Jun 2007
    Posts
    9

    Diastaster Recovery

    I have installed a new oracle instance. My problem is how to get my database back from my backups. Let say my database name was DB101. Now in my new instance I can not connect to DB101. So how do i get back DB101 From my backups.

    Thanks

  6. #6
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Does the new instance has same name as the one you had before? If not then you can only import data from the export created for DB101.

    To restore database, you have to put the database in mount state and run

    restore database

    command. If you have backup created using RMAN then you need to use RMAN to restore it.

  7. #7
    Join Date
    Jun 2007
    Posts
    9

    Disaster Recovery

    The instance Name is DB101

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •