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

Home -> Community -> Usenet -> c.d.o.misc -> Re: ORACLE ODBC Question

Re: ORACLE ODBC Question

From: Jim Kennedy <kennedy-family_at_home.com>
Date: Wed, 19 Sep 2001 01:16:50 GMT
Message-ID: <6mSp7.4785$JN.17823@news1.sttls1.wa.home.com>


I think he may have also meant that most ODBC drivers use string replacement on the client side for parameterized querys and hence bind variables are not used even if you think you are using them. So the cpu is busier on the server also which is really bad!
Jim
"Sybrand Bakker" <postbus_at_sybrandb.demon.nl> wrote in message news:tqf1sn6qeta6f9_at_news.demon.nl...
>
> "Rayden" <durlecht_at_msu.edu> wrote in message
> news:9o7vth$1r67$1_at_msunews.cl.msu.edu...
> > Hello all,
> >
> > i was wondering if using an ODBC connection is more cpu-intensive then
> using
> > a native oracle driver or even jdbc driver..
> >
> >
> > thanks in advance,
> >
> >
> > timis
> >
> >
>
> ODBC runs on top of sqlnet (the native driver), so yes, by design ODBC
> *must* be more cpu-intensive.
>
> Regards,
>
> Sybrand Bakker, Senior Oracle DBA
>
>
>
Received on Tue Sep 18 2001 - 20:16:50 CDT

Original text of this message

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