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
- Jusung Yang
l.armb...@vertriebsunion.de (Lothar Armbrüster) wrote in message news:<35559896.03030...@posting.google.com>...