Registry / database / ocilib

ocilib

JSON →
library4.8.0vcpkgunverified

OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.

vcpkg install ocilib
INSTALL
IMPORT
SIG · OCILIB
O
ocilib
databasecppv4.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ocilib/ocilib.h
#include <ocilib/ocilib.h>

Initializing and cleaning up OCILIB

#include <ocilib/ocilib.h> #include <iostream> int main() { OCI_Initialize(nullptr, nullptr, OCI_ENV_DEFAULT); std::cout << "OCILIB initialized" << std::endl; OCI_Cleanup(); return 0; }
Debug
Known issues
gotchaRequires Oracle Instant Client or full Oracle client installation
fix
Install Oracle Instant Client and set environment variables (LD_LIBRARY_PATH, PATH)
affects: *
Upgrade
Version history
4.8.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

ocilib — pip install ocilib · libregistry