Oracle C++ Call Interface
Appearance
![]() | This article needs editing to comply with Wikipedia's Manual of Style. (February 2012) |
This article needs additional citations for verification. |
![]() | The topic of this article may not meet Wikipedia's general notability guideline. |
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.
See also