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.