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: sorry for duplicating this message (ORA-01422 when altering table)

Re: sorry for duplicating this message (ORA-01422 when altering table)

From: <fitzjarrell_at_cox.net>
Date: 31 Aug 2006 14:25:39 -0700
Message-ID: <1157059539.506206.186730@i3g2000cwc.googlegroups.com>

dorit wrote:
> i posted the following message in another gorup - but maybe someone
> here knows the answer ?
>
> thanks !
>
> ***********************************
>
> oracle 9.2.0.1
>
> i'm trying to add not null coulmn to existing table.
>
>
> i'm running :
> ALTER TABLE tbtat ADD (TCLASSID INTEGER default 22 not null);
>
>
> and i'm getting :
> ORA-01422: exact fetch returns more than requested number of rows
>
>
> any idea why ?
>
>
> ********************************************************

This seems to be a strange error for an alter table statement. Post the entire series of actions and the output; possibly you missed something which could be causing this.

I've not seen such an error in that context.

David Fitzjarrell Received on Thu Aug 31 2006 - 16:25:39 CDT

Original text of this message

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