Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: sorry for duplicating this message (ORA-01422 when altering table)
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
![]() |
![]() |