Oracle, says that there are some demo/sample programs for OCI.
In my case I'd like to find examples of using OCIConnectionPoolCreate().
There should be in a file called cdemocp.c
, according to the documentation:
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14250/ociabdem.htm
But its far from clear what I should install to get these files? I would have hoped I could download them from Oracle's own website. Seems not. Certainly no handy link from the above page.
I have a tried installing (onto windows):
- An Oracle 10g XE database server, no such source files
- Oracle client (sdk options on), no such source files
- searched within our linux installations -- where did I find the fabled \rdbms\demo\ folder which contains a few make files referring to the demo source files, the but no source files. So running these makefiles fails.
Basically, no luck finding them.
If I google for cdemocp.c
I find only:
- the typical multiple copies of Oracle's own documentation
- other people saying they cant find it.
( I finding using oracle's documentation is like lord of the rings, only a faint connection with reality, and probably too many words. I'm not enjoying it. )