Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: what's wrong with my "update ... current of ..."
Hi David,
Try
> cursor cur_camp is
> select HH_LEVEL2_KEY from ccm.household
> where phone_number like '6%'
For Update
> ;
>
> PLS-00404: cursor 'CUR_CAMP' must be declared with FOR UPDATE to use with
Received on Thu Jul 16 1998 - 09:50:52 CDT
![]() |
![]() |