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: Igor Ushkalo <igorus_at_protek.ru>
Date: Sat, 19 Jan 2002 02:46:31 +0300
Message-ID: <a2ac52$pcn$1@news.sovam.com>


Hello, robert!
You wrote on Thu, 17 Jan 2002 21:47:34 -0000:

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

You could do it without recreation of controlfile i guess...

startup mount
alter database datafile 'xxx' offline drop; alter database open;
drop tablespace XX including contents;

You could get info about datafiles fron v$datafile after startup mount... Did i miss smth?

Received on Fri Jan 18 2002 - 17:46:31 CST

Original text of this message

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