> I've searched Oracle WEB site without success finding mentioned
driver.
>
> Could you point me to its location, please? Or is it part of Oracle8i
>
> distribution only?
>
> ip
If you are using Linux - Oracle 8.0.5:
Don't use the Thin JDBC driver from WWW-Oracle, its buggy for files
bigger 2kb.
Jason Kissinger wrote:
> Are you sure about that? I've been using the 8.1.5 thin drivers with
> jdk1.1.7v2 on a RedHat 5.9/6.0 system without any problems.
>
> Steve Nguyen wrote:
>
> > And it only supports JDK1.1.8 and above so you will have to use JDK1.2 with
> > Linux
I'm not having any p
It's in the Oracle8i CD. It seems to support JDBC1.2 (yeehaa !) as well but
I have not tried this function it yet.
Steve Nguyen
KBMail Software & Service Provider
http://www.kbmail.com/ISP/index.html
--
To UNSUBSCRIBE, email t
Steve Nguyen wrote:
> Upgrade to Oracle JDBC driver comes with Oracle8i. It works excellently well
> and lightning fast.
>
> Steve Nguyen
> KBMail Software & Service Provider
> http://www.kbmail.com/ISP/index.html
I've searched Oracle WEB site without success finding mentioned driver.
Could you
This is what I got: ORA-03115: unsupported network datatype or representation
when I just replaced the Oracle805 with Oracle815 JDBC. The system was working without
a hitch before. The system is JDK117v1a/RH52; On NT4 I do not have any problem at once
with Ora815. I will post a question to Ora
age -
> From: Steve Nguyen <[EMAIL PROTECTED]>
> To: Sandy Ward <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Wednesday, June 02, 1999 6:51 PM
> Subject: Re: Oracle's JDBC on Linux
>
> > Upgrade to Oracle JDBC driver comes with Oracle8i. It wo
And it only supports JDK1.1.8 and above so you will have to use JDK1.2 with
Linux
Steve
- Original Message -
From: Steve Nguyen <[EMAIL PROTECTED]>
To: Sandy Ward <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, June 02, 1999 6:51 PM
Subject: Re: Orac
Wednesday, June 02, 1999 1:23 PM
Subject: Oracle's JDBC on Linux
> Hey,
>
> I am running RH 5.2 with JDK117_v1a, and using the Oracle JDBC drivers for
> talking to the
> database. I have noticed that it takes between 4-5 secs to create a
connection
> to the db. And
>
Hey,
I am running RH 5.2 with JDK117_v1a, and using the Oracle JDBC drivers for
talking to the
database. I have noticed that it takes between 4-5 secs to create a connection
to the db. And
when you have a connection pool with fair number of connection you can imagine
howlong startup
takes.
Anyon