Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reason to explain these performances of odbc and occi...

767844Apr 20 2010 — edited Apr 21 2010
I wrote some simple test programs to compare the performances of odbc and occi accessing Oracle.
These programs were wrote in C++. The occi and odbc were given under almost the same circumstance.
The result is: when executing query(simple select) the odbc is fast than occi. When executing insert sentences, the occi is much more fast than odbc does.
My computer environment: Oracle 10g, Oracle instant cilent, VS 8.0.
Do they all access oracle through OCI interface? How to explain the result?
Someone give me some hints , please.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2010
Added on Apr 20 2010
2 comments
1,982 views