recreating oracle from hard drive [message #339427] |
Thu, 07 August 2008 08:41 |
eagyeman
Messages: 6 Registered: May 2007
|
Junior Member |
|
|
One of our older systems had oracle 9i installed on it. The system was shut down a while ago and when we recently tried to restart it, we could not. We are planning to take the drive out of the old sever and copy the information onto a new server, with all the oracle binaries, oracle files as well as the database physical files (ctrl files, datafiles etc). I am not aware of any backups taken. Which alternatives do I have to bring up this oracle database so we can get to the information.
THanks
|
|
|
|
Re: recreating oracle from hard drive [message #339454 is a reply to message #339435] |
Thu, 07 August 2008 09:33 |
sunil_v_mishra
Messages: 506 Registered: March 2005
|
Senior Member |
|
|
I need few clarification
[1] eagyeman which O/S you are using?
[2] R you able to access all folder and directory relate to oracle datafiles?
[3] Do you know How to set ORACLE_SID on windows and Linux?
[4] Its a personal question R you DBA ? if yes then which command you gave to start DB and what error you got please paste here on forum ....
|
|
|
Re: recreating oracle from hard drive [message #339456 is a reply to message #339454] |
Thu, 07 August 2008 09:42 |
eagyeman
Messages: 6 Registered: May 2007
|
Junior Member |
|
|
[1] eagyeman which O/S you are using?
[2] R you able to access all folder and directory relate to oracle datafiles?
[3] Do you know How to set ORACLE_SID on windows and Linux?
[4] Its a personal question R you DBA ? if yes then which command you gave to start DB and what error you got please paste here on forum ....
OS is windows 2000
Yes we are able to access all folders on the hard drive we plugged in
I am a DBA. We just put the drive so I will try to start it and see if it works and will get back to you
|
|
|
Re: recreating oracle from hard drive [message #339802 is a reply to message #339456] |
Fri, 08 August 2008 10:00 |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
I may be wrong, but I think your best bet might be
1) Install the same version of Oracle on your new box as on the old one.
2) Create a database with the control files in the same locations and with the same names as the old database (get these from the Init.ora file
3) Copy all the datafiles from the old Db into the same locations on the new Db.
You should be able to start this new database up, and it should contain all the data of the old one.
|
|
|
|