OCILIB 2.1.0 (Default branch) |
|
|
OCILIB is a C library for accessing Oracle
databases. It encapsulates OCI (Oracle Call
Interface), a low-level programming interface
provided by Oracle that is a powerful but complex
API. OCILIB is built on top of OCI, hiding its
complexity and providing a simpler, more readable,
and more reusable API.
License: GNU Lesser General Public License (LGPL)
Changes:
Public retrieval of internal OCI handles was
added. Hash Tables support was extended. Support
was added for Lobs larger than 4 Go. Oracle
versions support was extended. Error handling was
modified. Miscellaneous fixes were made.
|