Oracle Call Interface: Difference between revisions

Content deleted Content added
Compuneo (talk | contribs)
mNo edit summary
Compuneo (talk | contribs)
Added description and references for OCCI
Line 1:
The '''Oracle Call Interface''' '''(OCI)''' is a set of low-level APIs ([[Application programming interface]] calls) used to interact with [[Oracle database|Oracle databases]]. OCI programs are normally written in [[C programming language|C]] or [[C++]], although they can be written in almost any [[programming language]].
 
There is a better library for programs written in C++. It is called [http://www.oracle.com/technology/tech/oci/occi/index.html '''Oracle ''C++'' Call Interface'''] ('''OCCI'''). The OCCI provides object oriented interface with the Oracle Object Relational Database.
 
As Oracle puts it : [http://www.oracle.com/technology/tech/oci/index.html ''So reliable that every SQL statement in the Oracle Database executes with OCI.'']