two oracle jdbc drivers at once ?
two oracle jdbc drivers at once ?
- Subject: two oracle jdbc drivers at once ?
- From: Gavin Eadie <email@hidden>
- Date: Wed, 13 Jul 2005 22:24:43 -0400
We have almost all our Oracle databases on recent enough versions of
Oracle that the ojdbc14.jar jdbc driver works, but one old, legacy
database, over which we have little control which is not backwards
compatible (failures with ojdbc14.jar) and works with classes12.jar.
I'm wondering if it possible to have both jar files in the classpath
at once and distinguish between which to use with which database with
some cleverness in the EOModel's connection record?
There's no distinction with
URL = "jdbc:oracle:thin:@xxxx.xxxx.umich.edu:1521:dflt";
username = umich;
password = xxxx;
but I wonder if either of
plugin = "";
driver = "";
can be used to disambiguate the class libraries.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden