I have downloaded the 11.2.0.4.0 ojdbc6.jar file directly from Oracle site under section " Oracle Database 11g Release 2 (11.2.0.4) JDBC Drivers"
the downloaded URL is http://download.oracle.com/otn/utilities_drivers/jdbc/11204/ojdbc6.jar
To determine the correct version, I have opened the JAR file, and examine the file META-INF/MANIFEST.MF for the following entry:
Implementation-Version:
However, the entry for Implementation-Version in this file is 11.2.0.3.0. instead of 11.2.0.4.0
----------------------------------------------------------------------------------------------------------------------------------------
eg:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.5.0_51-b10 (Sun Microsystems Inc.)
Implementation-Vendor: Oracle Corporation
Implementation-Title: JDBC
Implementation-Version: 11.2.0.3.0
Repository-Id: JAVAVM_11.2.0.4.0_LINUX.X64_130711
------------------------------------------------------------------------------
Please advice whether this is a defect in oracle manifest file and the above mentioned location is the right location to download driver version 11.2.0.4.0.