«

CentOS7 DPI-1047: Cannot locate a 64-bit Oracle Client library

aduuuu213 发布于 阅读:3279 故障记录


项目运行环境报错

centos7 python3.8

当代码运行到cx_Oracle时,报错:

cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library: "libclntsh.so: cannot open shared object file: No such file or directory". See https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html for help
cd instantclient_21_6

sh -c "echo /opt/oracle/instantclient_21_6 > /etc/ld.so.conf.d/oracle-instantclient.conf"

ldconfig

请先 登录 再评论