Re: PLS-00201: identifier '' must be declared

2007-12-05 Thread mgainty
05, 2007 9:55 AM Subject: PLS-00201: identifier '' must be declared > Hi, > > I am trying to call a stored procedure defined within a package in Oracle > database from my servlet using java.sql.CallableStatement > The connection is established using JNDI. > I get the er

Re: PLS-00201: identifier '' must be declared

2007-12-05 Thread Edward Dowgiallo
m my servlet using java.sql.CallableStatement > The connection is established using JNDI. > I get the error: > PLS-00201: identifier '' must be declared > > However, the procedure gets executed when I try calling it with the schema > name prefixed - ''. The connection &g

PLS-00201: identifier '' must be declared

2007-12-05 Thread khalid syed
Hi, I am trying to call a stored procedure defined within a package in Oracle database from my servlet using java.sql.CallableStatement The connection is established using JNDI. I get the error: PLS-00201: identifier '' must be declared However, the procedure gets executed when I try