OCILIB is an open source library, written in C, that allows developers to access Oracle databases.
OCILIB project encapsulates OCI (Oracle Call Interface - a low-level programming interface provided by Oracle) which is a powerfull but complex API.
Installation:
- untar the archive
- cd ocilib-x.y.z
- ./configure
- ./make
- ./make install (you migth need to `su` to make install)
-
Make sure Oracle library path and the ocilib library path are defined in your shared library variable (LB_LIBRARY_PATH, ....).
Product's homepage
What's New in This Release: [ read full changelog ]
· This version fixes Unicode support (OCI_CHARSET_WIDE and OCI_CHARSET_MIXED) and adds miscellaneous fixes.