Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: JDBC Type 4 Drivers

Re: JDBC Type 4 Drivers

From: Webb Deneys <webb_at_crl.com>
Date: Tue, 17 Nov 1998 16:04:03 -0800
Message-ID: <72t2u9$jcb$1@nnrp2.crl.com>


I've had good luck with the following problems:

  1. Despite Oracle listing it as fixed, I have had sporadic issues using the same connection from different threads (that's statements created from the same connection being used simultaneously, not just attempting to create statements from two multiple threads); solution: don't.
  2. Their type 4 driver does not support Oracle8 specific data types - this includes any LOB types or XXXCHAR types with Oracle8 lengths.

Other than that, it's been sweet - esp. since there are no setup issues on client systems.

<mmellin_at_my-dejanews.com> wrote in message news:72q67p$6td$1_at_nnrp1.dejanews.com...
>Has anyone out there developed in Java with Oracle's JDBC type 4 drivers??
If
>so any luck?? Are there anyother vendors that produce a good type 4
driver.
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Tue Nov 17 1998 - 18:04:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US