Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Lost control files and a data file
Hi Martin,
Sorry for your troubles. Don't send the resume's out just yet. Sounds like you lost an entire drive. Also, sounds like noarchive log mode. You're sure, no backups?
If the lost datafile has a duplicate on an uneffected drive - you're probably okay with it. Copy over to replaced drive and move on to the control file. If you ran regularly or even recently an "ALTER DATABASE BACKUP CONTROLFILE "... to trace or to a filename also to an uneffected drive, you're probably okay there, too. You may also be okay IF the data is stagnant or you're in a development environment - where the data can usually be quickly scripted back in. In which case, use the create database command with the parms in init.ora to recreate it from scratch.
Well, that's enough of IF's. If none-of-the-above, you've got a
crash-n-burn.
HTH, Greg
Martin Krivak wrote:
> I've lost all control files and one datafile. No backups. Is there any way
> to recover?
>
> When I try to recreate the control file I get the message:
> ORA-01565: error in identifying file 'E:\DATABASE\ZR1ORC1.ORA'
>
> Since I have no control file I can't mount the database and recreate the
> datafile with:
> ALTER DATABASE CREATE DATAFILE 'E:\DATABASE\ZR1ORC1.ORA'
> AS 'E:\DATABASE\ZR1ORC1.ORA';
>
> I'm afraid the file is lost.
> Anyone help?
>
> --
> Martin Krivak
Received on Mon Apr 27 1998 - 09:53:55 CDT
![]() |
![]() |