Content deleted Content added
No edit summary |
Removing link(s) to "User Programmatic Interface": Removing links to deleted page User Programmatic Interface. |
||
(22 intermediate revisions by 20 users not shown) | |||
Line 1:
{{Multiple issues|
In computing, the '''''''Oracle Call Interface''' '''(OCI)''' consists of a set of [[C_(programming_language)|C]]-language [[software]] [[application programming interface|APIs]] which provide an interface to the [[Oracle database]].▼
{{refimprove|date=January 2014}}
{{notability|date=January 2014}}
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 [[User Programmatic Interface]] (UPI), acts as an "[[interpreter (communication)|interpreter]]" between applications and the low-level database network protocol.▼
}}
▲In computing, the
▲OCI offers a procedural
==History==
[[Oracle Corporation]] first released OCI (under the name HLI, the Host Language Interface) with Oracle Database version 6 in 1988.
Later, in Oracle8 (released in 1997), OCI calls acquired more descriptive names; <code>orol</code> became <code>OCITransRollback</code>.
==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.
==OCI-based
Several libraries are based on top of OCI, including:
* Oracle's [[JDBC driver|Type-II JDBC Driver]] (part-Java, part native)
* Oracle's enhanced [[C++]] [[Library (computing)
* Oracle's [[OLEDB|OLE DB]] Driver
* Oracle's [[ODBC]] Driver
Line 21 ⟶ 26:
* Microsoft's [[ODBC]] Driver for Oracle
* Easysoft's [[ODBC]]-Oracle Driver
* Trolltech's [[Qt (toolkit)|
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]] Oracle Template Library OTL library.
==
{{Reflist}}
* {{official|http://www.oracle.com/technetwork/database/features/oci/index-090945.html}}▼
* [http://www.orafaq.com/faqoci.htm Oracle Call Interface FAQ]▼
== External links ==
▲* {{
* [http://forums.oracle.com/forums/forum.jspa?forumID=67&start=0 Public OCI Support Forum (OTN)]
[[Category:Oracle software]]
|