Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connect to 11g and 7.3.4 DBs simultaneously

833144Mar 26 2014 — edited Oct 15 2014

Hi,

What's the best approach to follow in a java application that needs to connect to Oracle 11g and 7.3.4 databases?

I'm using the classes12.jar "oracle.jdbc.driver.OracleDriver" driver to connect to both databases and so far so good, everything is working as expected (queries, call functions, etc).

But as far as I know this driver is way deprecated.

Will I have potencial problems in future because I'm using classes12?

Are there any other alternatives?

Thanks

This post has been answered by gimbal2 on Mar 26 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2014
Added on Mar 26 2014
12 comments
1,351 views