Content deleted Content added
Jonah.harris (talk | contribs) Added history and additional useful information and resources. |
Removing link(s) to "User Programmatic Interface": Removing links to deleted page User Programmatic Interface. |
||
(39 intermediate revisions by 29 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 a low-level interface to the [[Oracle database]].▼
{{refimprove|date=January 2014}}
{{notability|date=January 2014}}
}}
▲In computing, the '''Oracle Call Interface''' ('''
OCI offers a procedural
==History==
Later, in Oracle8 (released in 1997), OCI calls
==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)
Due to the complexity of the OCI API, several easier-to-use OCI wrapper libraries also exist, such as the open-source [http://www.poitschke.de/libsqlora8/ libsqlora8] library.▼
* Oracle's enhanced [[C++]] [[Library (computing)|library]], [[Oracle C++ Call Interface]] (OCCI), which provides an [[Object-orientated programming|object-oriented]] interface with the [[object-relational]] features of the Oracle database.
* Oracle's [[OLEDB|OLE DB]] Driver
* Oracle's [[ODBC]] Driver
* Oracle's [[.NET Framework|.NET]] Data Provider, ODP.NET
* Microsoft's [[ODBC]] Driver for Oracle
* Easysoft's [[ODBC]]-Oracle Driver
* Trolltech's [[Qt (toolkit)|Qt C++ toolkit]] OCI driver (QOCI)
▲Due to the complexity of the OCI API, several easier-to-use OCI wrapper libraries also exist, such as
== External links==▼
* [http://www.orafaq.com/faqoci.htm Oracle Call Interface FAQ]▼
* the open-source libsqlora8 library (deprecated).
[[Category:Oracle software]]▼
* the open-source [[Ocilib|OCILIB]] library.
* the [[BSD license|Open BSD licensed]] Oracle Template Library OTL library.
==References==
{{Reflist}}
▲== External links ==
* {{Official website|http://www.oracle.com/technetwork/database/features/oci/index-090945.html}}
* [http://forums.oracle.com/forums/forum.jspa?forumID=67&start=0 Public OCI Support Forum (OTN)]
▲[[Category:Oracle software]]
|