Why am I getting the error “ODBC Driver Error: Specified driver could not be loaded due to system error 1114: A dynamic link library (DLL) initialization routine failed.”
I have written MATLAB code to connect to an Oracle Database using ODBC. I have the ODBC driver installed, and the MATLAB code runs successfully in MATLAB. However, I need to compile the code for deployment as a standalone application, and the executable throws the following error when I run it:
"ODBC Driver Error: Specified driver could not be loaded due to system error 1114: A dynamic link library (DLL) initialization routine failed. (Oracle in instantclient_19_18_64, C:oracleora19c-64instantclient_19_18_64SQORA32.dll)."
I have confirmed that the ODBC Driver (ex. C:oracleora19c-64instantclient_19_18_64SQORA32.dll) exists on the machine where the application is being executed.I have written MATLAB code to connect to an Oracle Database using ODBC. I have the ODBC driver installed, and the MATLAB code runs successfully in MATLAB. However, I need to compile the code for deployment as a standalone application, and the executable throws the following error when I run it:
"ODBC Driver Error: Specified driver could not be loaded due to system error 1114: A dynamic link library (DLL) initialization routine failed. (Oracle in instantclient_19_18_64, C:oracleora19c-64instantclient_19_18_64SQORA32.dll)."
I have confirmed that the ODBC Driver (ex. C:oracleora19c-64instantclient_19_18_64SQORA32.dll) exists on the machine where the application is being executed. I have written MATLAB code to connect to an Oracle Database using ODBC. I have the ODBC driver installed, and the MATLAB code runs successfully in MATLAB. However, I need to compile the code for deployment as a standalone application, and the executable throws the following error when I run it:
"ODBC Driver Error: Specified driver could not be loaded due to system error 1114: A dynamic link library (DLL) initialization routine failed. (Oracle in instantclient_19_18_64, C:oracleora19c-64instantclient_19_18_64SQORA32.dll)."
I have confirmed that the ODBC Driver (ex. C:oracleora19c-64instantclient_19_18_64SQORA32.dll) exists on the machine where the application is being executed. database, oracle, odbc, deployed, standalone, application, compiler, driver MATLAB Answers — New Questions