hi All,
We currently have a bug which relates to
12775220 DatabaseMetaData.getColumns() returns unexpected values in COLUMN_SIZE and DECIMAL_DIGITS for INTEGER columns
I just downloaded what I thought was JDBC 11.2.0.4 where this is supposed to be fixed. I looked in the MANIFEST and it said :-
Implementation-Version: 11.2.0.3.0
I then ran :-
C:\ java -jar ojdbc6.jar
Oracle 11.2.0.3.0 JDBC 4.0 compiled with JDK6 on Thu_Jul_11_15:43:23_PDT_2013
#Default Connection Properties Resource
#Tue Dec 03 15:34:58 GMT 2013
I tried our code in WebLogic using this updated jar file and the issue remains. So is this really JDBC 11.2.0.4 - http://download.oracle.com/otn/utilities_drivers/jdbc/11204/ojdbc6.jar ?
regards
Rod