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: how to open db with bad tablespace

Re: how to open db with bad tablespace

From: John Darrah <jdarrah_at_veripost.net>
Date: Mon, 30 Apr 2001 18:21:14 +0000 (UTC)
Message-ID: <9BAAB192E5938F448EDF31E326507DD2095300@DENS600>

try the following:

startup mount
alter database datafile '<the file you removed then touched>' offline drop; alter database open
create a new tablespace and move all objects from the screwed up TS into the new one (if the datafile was empty like you said, you should be able to do this)
drop the old tablespace

hope that works for you

-- 
Posted from [63.83.225.245] 
via Mailgate.ORG Server - http://www.Mailgate.ORG
Received on Mon Apr 30 2001 - 13:21:14 CDT

Original text of this message

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