I have a Windows 7 64 bit and Excel 2007 32 bit. I need to connect with Oracle DB by ODBC.
How can i create the above connection?
I installed 32bit client: instantclient-basic-nt-12.1.0.2.0 and instantclient-odbc-nt-12.1.0.2.0,
I created necessary environment paths (PATH, ORACLE_HOME, TNS_ADMIN) and I add ORACLE_HOME to variable PATH in system path.
When I'm trying to create DSN in C:\Windows\SysWOW64\odbcad32.exe I'm getting an error nr 126: system can not find a file SQORAS32.dll in %ORACLE_HOME%...
Any ideas?
PATH
is set. But what aboutORACLE_HOME
? – Sylvain Leroux%PATH
and%ORACLE_HOME
? Does they match with your installation path ? Have you located theSQORAS32.dll
file somewhere, or is it really missing from your system (it should be part of ODBC Instant Client) ? – Sylvain Leroux