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: deleted undotbs01.dbf...

Re: deleted undotbs01.dbf...

From: de12261 <de12261_at_gmail.com>
Date: Wed, 01 Aug 2007 08:19:42 -0700
Message-ID: <1185981582.913479.323260@b79g2000hse.googlegroups.com>


On 1 Ago, 17:13, Krish <Krishna.Bu..._at_gmail.com> wrote:
> > On Aug 1, 10:50 am,de12261<de12..._at_gmail.com> wrote:
> > Hello
>
> > i cannot open...
> > when I try "alter database open" it gives me the error ORA-01092:
> > oracle instance terminated....
>
> > so I cannot create a new undo tablespace...
>
> > is there any other solution to recreate a tablespace????
>
> > they do not have a backup ...
>
> > :-(
>
> > thank you
>
> Try this
>
> SQL> startup mount
>
> SQL> Alter database datafile < datafile path or file number> offline
> drop;
>
> SQL> alter database open;
>
> Then
> * create a new Undo Tablespace
> * Make the newly created Undo tablespace as default undo
> tablespace
> * drop the old undo tablespace.
>
> Thanks,
> Krishna

thanks

I tried but when "SQL> alter database open;" i got the error ORA-01092

:-( Received on Wed Aug 01 2007 - 10:19:42 CDT

Original text of this message

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