【发布时间】:2020-12-31 02:10:35
【问题描述】:
您好,我使用的是 OCI 8.0 版和 python 3.6.5 版 我安装了 cx_Oracle-8.0.1-cp36-cp36m-win32.whl
import cx_oracle
adding hostname, portnumber, servicename, username, password
一切都很好。尝试连接:
DatabaseError: DPI-1072: the Oracle Client library version is unsupported.
我必须使用什么版本?
【问题讨论】:
-
cx_Oracle installation documentation 表示您需要 Oracle 客户端库 11.2 或更高版本。