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: ora-00001 while dropping unused columns

Re: ora-00001 while dropping unused columns

From: DA Morgan <damorgan_at_exesolutions.com>
Date: Mon, 03 Mar 2003 08:32:16 -0800
Message-ID: <3E638390.A92AD2D4@exesolutions.com>


Lothar Armbrüster wrote:

> Hello out there,
> I have a table with approx. 100 rows. I set a column unused and am now
> trying to drop it.
>
> SQL> alter table st_bediener drop unused columns;
> alter table st_bediener drop unused columns
> *
> ERROR at line 1:
> ORA-00604: error occurred at recursive SQL level 1
> ORA-00001: unique constraint (SYS.I_COL_USAGE$) violated
>
> Do I have to worry about corruption? How can I fix this?
>
> It is Oracle 9.0.1.3.0 on W2k.
>
> Many thanks in advance,
> Lothar Armbrüster

I suspect you already have it. Bounce the database and try again. But before you do read the alert logs and see if you can figure out what is going wrong.

Daniel Morgan Received on Mon Mar 03 2003 - 10:32:16 CST

Original text of this message

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