For special reasons, no pictures are shown here.
DBMS API Library 'oci.dll' loading fails
This library is a part of DBMS client installation, not SQLAPI++
Make sure DBMS client is installed and
this required library is available for dynamic loading
Win32:
1) The directory from which the application loaded
2) The current directory
3) The Windows, Windows system or 32-bit Windows system directory
4) The directories in the PATH environment variable
, SpendTime=0ms
Root cause of the problem
1, did not copy the oracle client's oci.dll file to the aplogic directory
2, the Oracle client is not 32-bit
3, did not follow the standard process to use the administrator privileges to install cti, you need to use the administrator privileges to restart aplogic
4, also need to confirm whether the oracle environment variables are correct
solution
Confirm that the oracle client is 32-bit, copy the oci.dll of the oracle client installation directory to the aplogic directory, and confirm that the environment variables and permissions are correct.