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: Bind variable error

Re: Bind variable error

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 21 Apr 1999 20:37:03 +0100
Message-ID: <924723537.15996.0.nnrp-09.9e984b29@news.demon.co.uk>


Are you sure the error is here ?

Is it possible that further down in the block (line 33) you use v_group_id and have a colon ':' in front of it, which would make it a bind variable when it has already been declared as a local PL/SQL variable ?

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

Jason Edleman wrote in message <924722212.734.17_at_news.remarQ.com>...
>Hi all,
>
>I am compiling a SP and during compilation I receive a
>
>33/11 PLS-00049: bad bind variable 'V_GROUP_ID'
>
>here is what it looks like:
>
>DECLARE
>v_group_id member_eligibilities.group_id%type;
>
>All rights to the table are granted.
>Even if I remove the reference to this table and say . .
>
>v_group_id char(15);
>
>I still get the message.
>
Received on Wed Apr 21 1999 - 14:37:03 CDT

Original text of this message

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