Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error while trying to INSERT RECORD -ORA-1400
On 16 Jun 97 05:06:43 GMT, "Cecil D'Souza" <cecil_at_total.net> wrote:
> [SNIP]
>begin
> v_bonus := v_bonus + bonus_in;
> insert into emp (comm)
> values (v_bonus)
>end;
Use UPDATE instead of INSERT.
Regards,
Jurij Modic Republic of Slovenia tel: +386 61 178 55 14 Ministry of Finance fax: +386 61 21 45 84 Zupanciceva 3e-mail: jurij.modic_at_mf.sigov.mail.si Ljubljana 1000
![]() |
![]() |