原文:Linux下使用Python连接Oracle 报cx_Oracle.DatabaseError: DPI-1047: 64-bit Oracle Client library cannot be loaded解决方法

在Linux上使用python运行数据库脚本的时候报:cx Oracle.DatabaseError: DPI : bit Oracle Client library cannot be loaded解决方法 这个导致这个问题的原因是本机的Python . 是 位的,而数据库用了 位的instantclient basic,所以要把instantclient basic的版本更新为 位的 以下是按 ...

2018-06-06 17:29 0 12666 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM