- %Oracle_home%\bin
- Directory containing ODBC Driver (ex. C:\oracle\ora19c-64\instantclient_19_18_64\)
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:\oracle\ora19c-64\instantclient_19_18_64\SQORA32.dll)."
I have confirmed that the ODBC Driver (ex. C:\oracle\ora19c-64\instantclient_19_18_64\SQORA32.dll) exists on the machine where the application is being executed.
채택된 답변
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!