cx_Oracle: ImportError: DLL load failed: The specified procedure could not be found

橙三吉。 提交于 2019-12-11 11:12:35

问题


I have suddenly got a problem that I can no longer import cx_Oracle in python. I know that a lot of people have had a similar error message as mine, which is: The specified PROCEDURE could not be found. I was wondering if there are any ways to trouble shoot this problem.

I'm running

- instantclient_12_1 
- python 3.4 64 bit
- cx_Oracle-5.2.1-12c.win-amd64-py3.4.exe

I have set the path and ORACLE_HOME environment variables to mmy instaclint 12_1 folder.

What else could be the problem? The dependency walker shows the following:

Does this mean that it doesn't find OCI.DLL? This file is definitely in the instaclient_12_1 folder which is listed in both ORACLE_HOME and PATH environment variable.

来源:https://stackoverflow.com/questions/36845401/cx-oracle-importerror-dll-load-failed-the-specified-procedure-could-not-be-fo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!