Urban Widmark wrote:
> On Fri, 13 Nov 1998, Rudhuwan Abu Bakar wrote:
>
> >
> > hello
> >
> > sorry for this.
> >
> > Where can I get a type 4(?) JDBC driver? I am testing an Oracle server and
> > want to use a Java-based client.
> >
> > Thank you for your time.
> >
> > regards
> > duan
> >
>
> I believe Oracle includes their JDBC driver with the database, and that it
> is a pure java driver. (I'm more certain of the first than the last).
>
> If you can't find it I'm sure you can download it from www.oracle.com
> somewhere ...
>
> /Urban
>
> ---
> Urban Widmark [EMAIL PROTECTED]
> Svenska Test AB +46 90 71 71 23
They have both type 4 and type 2 drivers for Linux. I had some problems with
the type 4 driver (they call them JDBC Thin) since it does not support LOBs (or
at least I wasn't able to get them working). You can get these for Oracle 7/8
at http://www.oracle.com/products/free_software/index.html. The type 2 drivers
for Linux were just released recently along with the database engine, you can
get these from http://technet.oracle.com. (Warning: you need to register and
this package is ~100M, I don't believe you can just download the type 2 drivers
by themself.)
Jason