SQL failure #IM003 "Specified driver could not be loaded due to system error 1114: A dynamic link li
Randomly getting the following error when trying to update the database via a SQL statement using Oracle Instant Client.
SQL failure #IM003 "Specified driver could not be loaded due to system error 1114: A dynamic link library (DLL) initialization routine failed. (Oracle in instantclient_19_11, D:\instantclient_19_11\SQORA32.dll)."
My setup is:
Windows Server 2019
Microsoft Visual Studio 2017 Redistributable
Oracle Instant Client - Basic Package 32bit
Oracle Instant Client - ODBC Package 32bit
(32 bit required because the app calling the sql command is 32 bit)
Added the install path to the environment variable.
Sounds like a memory leak to me because it is random but can't find any info about this.