DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: server crash and recover the database from the cold backup

  1. #1
    Join Date
    Jan 2002
    Posts
    474
    All,

    could someone give the full instructions of how to recover your database if the server crash and you have to recover the database to different machine???

    thanks

  2. #2
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    In wich platform?

  3. #3
    Join Date
    Oct 2000
    Posts
    467
    was that a hot or cold backup
    Install oracle software and move all your physical files . I assume the physical structure of your machine is the same(eg file paths, directories etc).

    You will have to recover in any case (I hope your DB was running in archivelog mode).

    svrmgrl
    connect internal;
    startup mount;
    recover database;

    This should see you through without any problems.
    Vinit

  4. #4
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    Originally posted by vinit
    was that a hot or cold backup
    Install oracle software and move all your physical files . I assume the physical structure of your machine is the same(eg file paths, directories etc).

    You will have to recover in any case (I hope your DB was running in archivelog mode).

    svrmgrl
    connect internal;
    startup mount;
    recover database;

    This should see you through without any problems.
    Vinit you are talking about unix I think, because in NT/2000 there are more things to do before to start the database (create the service,define variables in the registry ...)

    Cheers

    Angel

  5. #5
    Join Date
    Jan 2002
    Posts
    474
    Vinit and all,

    thanks all for advise, another quick question.

    What if the structure of your computer is not the same ???

  6. #6
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    Copy all the datafile where you want, password file, tnsnames.ora,sqlnet.ora ...

    1. Startup mount pfile....
    2. Alter database rename datafile 'old_path' to new_path';
    3. Alter database open;

    Good Luck

    Angel

  7. #7
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    Oh, logically the tnsnames.ora, listener.ora and sqlnet.ora are in $ORACLE_HOME/network/admin, the password file and init.ora are normally in $ORACLE_HOME/dbs.

    Cheers

    Angel

  8. #8
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Ashley & Others,

    Please, don't just spin multiple threads on the same topic. Instead, if you have spun on on that, try to continue that thread until your problem or questions gets resolved. That way the thread would be more pragmatic, the forum would have a complete suggestions. If some one is to search, he/she would be able to find some meaning full answeres.

    Please try to practice this.

    Asley, I have taken the liberty to closed your other thread on this topic.

    Ref: http://www.dbasupport.com/forums/sho...threadid=23023


    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


Posting Permissions

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


Click Here to Expand Forum to Full Width