赞
踩
执行python脚本连接数据库报错:
cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be found".
python脚本内容如下:
import cx_Oracle as oracle
db=oracle.connect('用户/密码@IP:端口/数据库名称')
下载完成后解压下即可
#查看python版本
#根据Oracle客户端的版本,下载对应的cx_Oracle(py3.7以上版本直接下载对应py版本的cx_Oracle就行)
下载cx_Oracle :下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyhook
安装
#查看python安装目录
>>> import sys
>>> sys.path
#拷贝文件

再次执行python脚本,不再报错了。
--本篇文章转自:https://blog.csdn.net/qq_36227528/article/details/102758559
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。