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 -> Oracle performance C OCI vs. JDBC thin?

Oracle performance C OCI vs. JDBC thin?

From: Pasi Kovanen <Pasi.Kovanen_at_removethis.iki.fi.invalid>
Date: Fri, 22 Feb 2002 09:40:52 +0200
Message-ID: <a54sjo$8m0$1@news1.song.fi>


Has anyone compared (preferrably on Solaris but Windows is OK) performance of queries using prepared statements to an Oracle database using JDBC thin driver and SQL*net OCI C API? I have reasons to believe that the OCI performance is much greater but I'd like to verify this.

I tried to start coding a test program of my own but in vain since I failed to compile the libraries (it has been ages since I last used C). How should I make them:

root_at_miekkakala:demo# cp demo_rdbms.mk Makefile root_at_miekkakala:demo# gmake
gmake: *** No rule to make target
`/oracledata/program/OraHome1/rdbms/lib/libskgxpd.a(/oracledata/program/OraH
ome1/rdbms/lib/skgxpd.o)', needed by
`/oracledata/program/OraHome1/rdbms/lib/libskgxpd.a'. Stop.

Big thank you in advance, please reply also by email if possible.

    // Pasi Received on Fri Feb 22 2002 - 01:40:52 CST

Original text of this message

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