Content deleted Content added
Removing link(s) to "User Programmatic Interface": Removing links to deleted page User Programmatic Interface. |
|||
(6 intermediate revisions by 6 users not shown) | |||
Line 1:
{{Multiple issues|
{{refimprove|date=January 2014}}
{{notability|date=January 2014}}
}}
In computing, the '''Oracle Call Interface''' ('''OCI''') consists of a set of [[C (programming language)|C]]-language
OCI offers a procedural API for not only performing certain database administration tasks (such as system startup and shutdown), but also for using [[PL/SQL]] or [[SQL]] to query, access, and manipulate data. The OCI library, based on Oracle's undocumented
==History==
[[Oracle Corporation]]
Later, in Oracle8 (released in 1997), OCI calls acquired more descriptive names; <code>orol</code> became <code>OCITransRollback</code>. Subsequent improvements have been made in every version of OCI, including 11g (released in 2007). Oracle Corporation
==Implementations==
OCI is so popular that, in addition to [[Oracle Corporation|Oracle]], several other vendors have implemented their own libraries compatible with the OCI API. To date, OCI-compatible libraries exist for the
==OCI-based libraries==
Line 28 ⟶ 30:
Due to the complexity of the OCI API, several easier-to-use OCI wrapper libraries also exist, such as:
* the open-source
* the open-source [[Ocilib|OCILIB]] library.
* the [[BSD license|Open BSD licensed]]
==References==
{{Reflist}}
== External links ==
|