Oracle C++ Call Interface
From Wikipedia, the free encyclopedia
|
|
This article needs auditing for compliance with the Manual of Style. Please improve this article if you can. (February 2012) |
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (February 2009) |
The Oracle C++ Call Interface (OCCI), as defined by the database company Oracle Corporation, offers C++ programmers a comfortable interface to access Oracle databases. The OCCI classes have parameters reminiscent of SQL statements. The interface has functioned since Oracle release 9i.
OCCI originated from the Oracle Call Interface (OCI), the interface used by C programmers.
OCCI functions well (compared with other methods) in terms of performance,[citation needed] but portability remains an issue[citation needed].
[edit] See also
| This programming tool-related article is a stub. You can help Wikipedia by expanding it. |