Jump to content

Oracle C++ Call Interface

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Funandtrvl (talk | contribs) at 17:29, 12 February 2010 (WikiCleaner 0.98 - Repairing link to disambiguation page - You can help!). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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].

See also