你好,我使用的是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.
我必须使用什么版本?
将环境变量DPI_DEBUG_LEVEL
设置为值64,然后尝试再次连接。这将为您提供有关正在加载哪个库的信息。如果这些信息不足以让你发现问题的根源,请在你的问题中分享!