Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: datafile error--database won't open
Too bad!
The best thing would be to call to oracle support. If you want to do it on your own, I would suggest to do the following:
1) In the server manager connect internal 2) startup mount 3) alter database datafile 'corrupted file' drop offline; ( I mean put the full path name in the single quotes)4) alter database open;
In my experience it happened only once and, fortunatelly, with the TEMP tablespace and, of course, I did not do any exports. So, I give no guarantee!
Good luck!
Michael.
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Mon Jul 20 1998 - 16:23:54 CDT
![]() |
![]() |