当前位置:   article > 正文

python启动提示 cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library

dpi-1047: cannot locate a 64-bit oracle client library

cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library: "F:\app\hspcadmin\product\11.2.0\client_1\bin\oci.dll is not the correct architecture". See cx_Oracle 8 Installation — cx_Oracle 8.3.0 documentation for help

https://blog.csdn.net/Eddie_W/article/details/136686179 下载资源参考链接

python链接数据库提示Oracle客户端库与Python的架构不匹配,

1、检查python 位数是32/64 是否和oracle匹配。

2、如何快速确认oracle是32和64 

在Oracle客户端安装目录中,名称可能会包含架构信息。例如:

  • client_1 目录通常指的是64位客户端。
  • client 目录可能指的是32位客户端。

经过确认python是64,oracle也是64,匹配 

下载连接中的附件,https://blog.csdn.net/Eddie_W/article/details/136686179

1、解压本地,并配置到环境变量 参考截图

2、copy如下文件到python安装目录,即python.exe目录

该问题解决。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/690716
推荐阅读
相关标签
  

闽ICP备14008679号