JARC
JARC

Reputation: 5328

Which OJDBC Driver for Java 6?

We're currently using ojdbc14.jar, should we be using ojdbc6.jar ?

Update: Oracle 10g being used

Upvotes: 3

Views: 26270

Answers (2)

asivan
asivan

Reputation: 11

Short answer - yes, you should.

Long answer - look at compatibility tables in Oracle JDBC FAQ:

For JDK 1.6 and Oracle 10g best option is o

Upvotes: 0

Colin Hebert
Colin Hebert

Reputation: 93197

If you're working with java6, you can (and should) use ojdbc6.jar if it is compatible with your database.


Resources :

Upvotes: 4

Related Questions