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

Bind variable error

From: Jason Edleman <uscisco_at_stratos.net>
Date: Wed, 21 Apr 1999 15:15:37 -0400
Message-ID: <924722212.734.17@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.

Is there anything else I should look for? Received on Wed Apr 21 1999 - 14:15:37 CDT

Original text of this message

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