We are using Data source based connection pooling in JBoss. We are using JDK 1.6.
What is the recommended (stable and Bug/leakage-free) Oracle Driver (THIN) for Oracle 11G?
We are trying to use Hibernate 3.5 with Spring MVC. Where Can I download that driver.
Is there any way to track leakage at Oracle Driver level?
Is ojdbc6.jarthis from Oracle Corp a recommended one?
Asked
Active
Viewed 2,271 times
0

Hareesh Ram
- 335
- 1
- 4
- 15
2 Answers
1
The latest driver available for the free download from Oracle web site (11.2.0.2.0) appears to have a broken DST handling: Was daylight savings time handling broken in Oracle JDBC driver version 11.2.0.2.0? .
You might want to get the patched one, if you have support contract with Oracle or check the bugs fixed in the latest release and see if bugs fixed to bugs introduced ratio justifis going back to 11.2.0.1.0.
0
This is the main download site for Oracle's JDBC driver:
http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
-
Thanks, It is same as the link that I referred in the question. Question if it is bug-free and mature enough to be used given the context of performance. – Hareesh Ram Jul 25 '11 at 09:24
-
Well "bug-free" is relative, isn't it? We are using the Oracle driver in several large websites without problems. – Jul 25 '11 at 09:27
-
True. which one you are using? is it ojdbc5 or ojdbc6.jar? – Hareesh Ram Jul 25 '11 at 10:20
-
ojdbc6.jar because we exclusively use Java6 – Jul 25 '11 at 10:22