python链接oracle数据库时报64-bit Oracle Client library cannot be loaded: "The specified module could not be found"错误
python链接oracle数据库时报64-bit Oracle Client library cannot be loaded: "The specified module could not be found"错误
在使用pycharm对远程oracle数据库进行访问时(本地未安装oracle),会出现64-bit Oracle Client library cannot be loaded: "The specified module could not be found"的错误。
(1)首先要做的是按照网上有的下载对应版本的instantclient
下载地址:http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html
需要64位的就下载64位的,需要32位的就下载32位的,这次错误提示是需要64位的,所以我下载的是64位的。
(2)将解压后的instantclient路径添加到环境变量PATH中**