Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: System Crash, how to restore database?
Hi Winbatch,
If you have all the previous data files and control files, you can do the following:
All things being equal, you should have your database back.
If you also have any redo logs, these could be used to recover the database past the time of your backup, up until the last available redo log (using a cancel based incomplete recovery).
If you have all the online redo logs and there were no changes after your box crashed, you can simply restore all the DB components and open the database after step 2).
Good Luck
Richard
Cheers
Richard
Winbatch wrote:
>
> Hi,
> Last week our AIX box crashed and we needed to start over with a clean
> install. Luckily, we had week old backups of the system which included the
> oracle database files. Is there anyway if I now reinstall oracle that I can
> use my existing database files? We have no other source of the data we
> need. What would be the procedure? Would I not have the install create a
> database? How do I take my .dbf files that I have backed up and making them
> 'active'? THe oracle version we are using is 8.1.6.
>
> Thanks!
![]() |
![]() |