My oracle database is store on Linux system. And My Linux system is down. So I want to restore my oracle database when I setup Linux system already but I don't know how to restore it. Do anyone can help to guide to restore and recover my database?

link|improve this question

57% accept rate
feedback

migrated from stackoverflow.com Oct 9 '09 at 23:34

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 2 down vote accepted

Are your disks intact?

If only the machine crashed and a reboot can bring it back to life, Oracle will recover itself automatically when you start it. They call that an "instance failure".

If however, your disk is lost, you will need to restore from a backup using Oracle's Recovery Manager.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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