ken zhu wrote:Actually, i also have this confusion.
Many articles said ojdbc14.jar is oralce10g jdbc driver, so what are their relation between JDK version(JDK1.4/JDK1.5/JDK1.6) AND Oracle database version(Oracle 9i/10g) AND JDBC Driver Version(classes12.jar/ojdbc14.jar) ?
our project is JDK1.4+Oralce9.2+ojdbc14.jar and i don't whether is good or not .
Each of these ojdbc jars are related to particular JDK version , but Java supports backward compatability , so you can use ojdbc14 jar in any web/appserver supporting JDK 1.4 or higher.
similarly ojdbc5.jar is for JDK 1.5 and higher (cant be used in webcontainer which does not jdk 5)
ojdbc6.jar is for JDK 1.6 and higher