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: Brian Peasland <oracle_dba_at_remove_spam.peasland.com>
Date: Thu, 5 Jun 2003 15:32:32 GMT
Message-ID: <3EDF6290.53DB8F97@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 - 10:32:32 CDT

Original text of this message

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