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 -> OCI (8.1.6) documentation? (for a C++ programmer)

OCI (8.1.6) documentation? (for a C++ programmer)

From: Peter Vos <peter.vos_at_dns.be>
Date: Fri, 20 Jun 2003 15:27:23 +0200
Message-Id: <pan.2003.06.20.13.27.15.102288@dns.be>


Hello,

At the moment, I have the Programmer's guide from Oracle, which describes all that's inside OCI, but fails (at least for me) to explain how to use it efficiently. I have an application that stores a lot of queries, and executes them on demand. My questions are about when to prepare what statements, how to best use contexts and connections (and how not to use them - because there seem to be some bugs around),... and I would also like to know how to check what's really going on? (Maybe I prepare all statements, but don't get any extra performance - how do I check what Oracle does behind the scenes,...)

Can anybody point me to a good book about OCI, or online documentation? Maybe even hints about using some of the existing C++ wrappers instead?

Thanks,
Peter. Received on Fri Jun 20 2003 - 08:27:23 CDT

Original text of this message

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