Oracle Call Interface: Difference between revisions

Content deleted Content added
Added history and additional useful information and resources.
No edit summary
Line 13:
 
==OCI-based Libraries==
Several libraries are based on top of OCI, including:
OCI also appears in Oracle environments in the form of Oracle's [[JDBC driver|Type-II JDBC Driver]] (part-Java, part native). Similarly, [[Oracle Corporation|Oracle]] also provides an enhanced [[Library (computing) | library]] for programs written in [[C++]] called the [http://www.oracle.com/technology/tech/oci/occi/index.html '''Oracle ''C++'' Call Interface'''] ('''OCCI'''). The OCCI provides an [[object orientation | object-oriented]] interface with the [[object-relational]] features of the Oracle database.
 
* Oracle's [[JDBC driver|Type-II JDBC Driver]] (part-Java, part native)
OCI also appears in Oracle environments in the form of* Oracle's [[JDBC driver|Type-II JDBC Driver]] (part-Java, part native). Similarly,enhanced [[Oracle Corporation|OracleC++]] also provides an enhanced [[Library (computing) | library]] for programs written in [[C++]] called the, [http://www.oracle.com/technology/tech/oci/occi/index.html '''Oracle ''C++'' Call Interface'''] ('''OCCI''')., The OCCIwhich provides an [[object orientation | object-oriented]] interface with the [[object-relational]] features of the Oracle database.
* Oracle's [[OLEDB]] Driver
* Oracle's [[.NET]] data provicer, ODP.NET
 
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.
Line 20 ⟶ 25:
* [http://www.orafaq.com/faqoci.htm Oracle Call Interface FAQ]
* [http://www.oracle.com/technology/tech/oci/index.html OCI Technology]
* [http://forums.oracle.com/forums/forum.jspa?forumID=67&start=0 Public OCI Support Forum (OTN)]
 
[[Category:Oracle software]]