Oracle ODBC : Driver's SQLAllocHandle on SQL_HANDLE_ENV failed

前端 未结 3 2130
粉色の甜心
粉色の甜心 2021-01-07 11:26

I have message Oracle ODBC : Driver\'s SQLAllocHandle on SQL_HANDLE_ENV failed when try to open oracle connection in excel. I\'m working in virtual machine via citrix. Coul

3条回答
  •  情深已故
    2021-01-07 11:54

    One item that can cause this error is not having the ORACLE_HOME bin directory in your Windows OS path. Open a command prompt and type either PATH or SET to see if the directory is included. Adjust as required.

提交回复
热议问题