Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Urgent DBA question
Victor,
Sorry to say that it probably unrecoverable. You will have to delete the datafile in order to start up Oracle. What you will have to do is start up either SQL*DBA or SVRMGR (depending on what version of Oracle you are running) and then connect as internal, start up the database (if I remember correctly you want to mount but not open) and then issue the following:
"ALTER DATABASE 'filename' OFFLINE DROP;"
This will eliminate the corrupt file and allow you to open the database. I hope this helps.
Jerry
Victor Slootsky wrote:
>
> Data file was corrupted and can't be restored.
> The datafile size does not match the size specified in the control file.
>
> Startup does not go.
> What is the way around?
Received on Fri Oct 31 1997 - 00:00:00 CST
![]() |
![]() |