Oracle thin driver vs. OCI driver. Pros and Cons?
Posted
by Zwei Steinen
on Stack Overflow
See other posts from Stack Overflow
or by Zwei Steinen
Published on 2010-05-24T10:35:27Z
Indexed on
2010/05/24
10:41 UTC
Read the original article
Hit count: 375
Hi,
When you develop a Java application that talks to oracle DBs, there are 2 options right? One is oracle thin driver, and the other is OCI driver that requires its own installation (please correct if I'm misunderstanding).
Now, what are the pros and cons? Obviously thin driver sounds much better in terms of installation, but is there anything that OCI can and the thin one can't?
Develop environment is Tomcat6 + Spring 3.0 + JPA(Hibernate) + appache-DBCP
Thanks in advance.
© Stack Overflow or respective owner