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 workaroung ORA-01122 error on ALTER DATABASE OPEN?

Re: How to workaroung ORA-01122 error on ALTER DATABASE OPEN?

From: Tejot <tejot_at_wp.pl>
Date: Fri, 18 Jan 2002 13:07:21 -0000
Message-ID: <a292te$roi$1@news.tpi.pl>


> If you can do
> alter database backup control file to trace;
> now go to .../udump and edit the trace file and delete the line with the
> tablespace.
> Now connect internal and execute the trace file.
> Robert

It works!

connect internal/PASSWORD.
alter database SID backup controlfile to trace; ...

Tejot. Received on Fri Jan 18 2002 - 07:07:21 CST

Original text of this message

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