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: what's wrong with my "update ... current of ..."

Re: what's wrong with my "update ... current of ..."

From: Benjamin Zhang <bzhang_at_ei.org>
Date: Thu, 16 Jul 1998 10:50:52 -0400
Message-ID: <35AE134C.A8DD53C5@ei.org>


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

Original text of this message

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