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
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
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