Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Corrupt file in noArchive log db - help ...

Re: Corrupt file in noArchive log db - help ...

From: <stevedhoward_at_gmail.com>
Date: 25 Apr 2006 06:13:13 -0700
Message-ID: <1145970793.668992.62030@i39g2000cwa.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US