vrogier / ocilib

OCILIB (C and C++ Drivers for Oracle) - Open source C and C++ library for accessing Oracle databases

Home Page:http://www.ocilib.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error occurred at OcilibEnvironmentInitialize: Cannot load OCI shared library (oci.dll)

MagicXran opened this issue · comments

commented

I use vcpkg to install ocilib 4.7.5 and integrate project in vs2019, But the runtime to report an error: "Error occurred at OcilibEnvironmentInitialize: Cannot load OCI shared library (oci.dll)",I have reinstalled it many times with vcpkg. How to solve it?

commented

The version I installed is ocilib:x86-windows runs in Debug x86 environment.

Hi,

The reported error means that the Oracle Client library cannot be loaded by OCILIB. It is either missing on the machine or not accessible from current process.

Make sure you have either installed an Oracle client and are using an instant Oracle client.

Regards,

Vincent

commented

yeah, That's it. It was my fault.~

Closing issue as it is not an OCILIB issue.