Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle IAS 10.1.2.3.0 with driver 10.2.0.5 calling PL/SQL on Oracle 11g

2773421Oct 14 2014 — edited Oct 15 2014

Hello,

We are using Oracle IAS 10.1.2.3.0 to develop Web application with Java 1.4.2_18. Now, we are migrating the database from 10g to 11g.

Following recomendations of Oracle we are adding the driver 10.2.0.5 to the configuration of the container:

-Djava.ext.dirs=/opt/ctic/product/10.1.2/midtier/jdbc/lib-10.2.0.5

We have a Java application which calls to PL/SQL function of the database. We have detected during the call varchar parameters are initilized to empty string or null even though in the Java code they have values.

When we don't use the driver, the call works perfectly.

Are there any problem with varchar parameters and the driver 10.2.0.5?

A lot of thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2014
Added on Oct 14 2014
1 comment
120 views