On 8/7/06, Karr, David <dav...@wa...> wrote:
> So, first of all, what driver should I be using in SQuirreL, and from
> what jar file should I get it?
I tend to get the driver directly from the db vendor instead of relying on
what's shipped with the app server.
>
> Secondly, could anyone shine any light on the issues I'm seeing here?
>
I believe that weblogic.jdbc.oracle.OracleDriver is the driver that's used
when one chooses "BEA's Oracle driver ..." when configuring a new
connection pool. Notice that the jdbc url is "BEA-specific" for this as
well (jdbc:bea:oracle://host:port). I don't understand why the ext/*
drivers (which I believe are the vendor's drivers) wouldn't work. When
you say wouldn't work, do you mean it couldn't connect? If so, I
would file a bug with BEA and would be interested to hear their
response.
Rob
|