Oracle Call Interface: Difference between revisions

Content deleted Content added
Bluebot (talk | contribs)
m Fixing C++ links
Compuneo (talk | contribs)
m Added the link to Oracle Website and the quote from their website.
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]].
 
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.'']
 
==External links==
* [http://www.orafaq.com/faqoci.htm Oracle Call Interface FAQ]
* [http://www.oracle.com/technology/tech/oci/index.html OCI Technology]
 
{{compu-soft-stub}}