python启动提示 cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-b
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 helphttps://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、解压本地,并设置到情况变量 参考截图
https://img-blog.csdnimg.cn/direct/2969fc1790b144cda5a3607e97c3cd88.png
2、copy如下文件到python安装目录,即python.exe目录
https://img-blog.csdnimg.cn/direct/cde3aabdd5cb4862b709f246f40bf322.png
该问题解决。
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页:
[1]