Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Error is oracle stored procedure
On 6 Sep 2006 14:34:38 -0700, "KK" <krallabandi_at_gmail.com> wrote:
>I want to check recnum before updating salary as in teh query.
>
>I will be doing it thru oracle stored procedure and by declaring
>variable vDupTxt.
>
>It gives me error ORA-01722 invalid number ORA-06512. How to handle
>this?
>
>vDupTxt := ''' 1, 5 ''';
>
>update employee set salary = 100 where recnum in ( vDupTxt )
>
>Thanks,
search for 'variable IN-list' on http://asktom.oracle.com
-- Sybrand Bakker, Senior Oracle DBAReceived on Thu Sep 07 2006 - 00:01:15 CDT
![]() |
![]() |