Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Corrupt file in noArchive log db - help ...
Hi Neil,
Is this the only file in the tablespace? If so, then...
startup mount
alter database datafile 'your_file' offline drop;
alter database open;
drop tablespace 'your tablespacename' including contents;
create tablespace your tablespace name datafile 'your file name'...
import...blah blah
***consider placing in archivelog mode***
Regards,
Steve Received on Tue Apr 25 2006 - 08:13:13 CDT