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 OCI Oracle Driver

Re: JDBC OCI Oracle Driver

From: Dave Hau <davehau-no-spam-123_at_no-spam.netscape.net>
Date: Thu, 05 Jun 2003 16:48:18 GMT
Message-ID: <mvKDa.7$3X.2346032@newssvr13.news.prodigy.com>


Another thing to note is that the thin driver only supports TCP/IP as the network protocol. If you want to use TCP/IP with SSL, or Named Pipes, then you have to use the JDBC OCI driver.

Cheers,
Dave

"Brian Peasland" <oracle_dba_at_remove_spam.peasland.com> wrote in message news:3EDF6290.53DB8F97_at_remove_spam.peasland.com...
> The thin driver is also used in Java Applets depoloyed on the web that
> need to connect to a database. One can't guarantee that the client
> running the web application will have Oracle client software installed.
> So the thin driver is used in these cases.
>
> HTH,
> Brian
>
> Jim Kennedy wrote:
> >
> > Type refers to the jdbc standard. Try a google search on it. The oci
> > driver requires you install the Oracle client binaries on the machine
using
> > it. It is about 10% faster and more capable. The thin driver does not
use
> > the Oracle client binaries and hence is easier to distribute.
> > Jim
> >
> > --
> > Replace part of the email address: kennedy-down_with_spammers_at_attbi.com
> > with family. Remove the negative part, keep the minus sign. You can
figure
> > it out.
> > "Snake72" <snake72_at_tim.it> wrote in message
> > news:bbnivb$nfg$1_at_newsreader.mailgate.org...
> > > Hi everyone!
> > > I have a couple of questions about JDBC OCI Oracle Driver.
> > > Thanks in advance to everyone that will respond me.
> > >
> > > I would like to know the differences from JDBC Oracle Driver and JDBC
> > > thin Oracle driver:when must I use the first and when the second?
> > >
> > > On the oracle site is written that JDBC Oracle Driver is a "type 2"
> > > driver and JDBC thin Oracle driver is a "type 4" driver:what do they
> > > mean for "Type"?
> > >
> > >
> > > By and thanks,
> > > Crys
> > >
> > >
>
> --
> ===================================================================
>
> Brian Peasland
> oracle_dba_at_remove_spam.peasland.com
>
> Remove the "remove_spam." from the email address to email me.
>
>
> "I can give it to you cheap, quick, and good. Now pick two out of
> the three"
Received on Thu Jun 05 2003 - 11:48:18 CDT

Original text of this message

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