JDBC Call to Oracle Package Ignoring Execution Plan
Hi,
We are experiencing some performance issues when calling an Oracle Package from Java EJB Code using the Oracle JDBC driver on a Oracle 10.1.3.1 Application Server.
Using the Oracle Package the call takes around an minute and appears to ignore the Execution Plan, however calling the package from sqlplus it only takes a couple of seconds and uses the execution plan.
Has anyone experienced this before when using the Oracle JDBC driver?
Regards,
Dave

