一 问题  

 python 连接oracle时候,发生错误如标题。

 

 我的cx_oracle各种问题已经解决, 请各位参考我这篇博文:

二 解决

 (1)确认自己的python版本,和 64(32)位

C:\Users\Administrator>python
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:54:40) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

  我的版本是 3.6.4  64位的python

 

 (2)下载合适的oracle驱动

 

 我的cx_oracle各种问题已经解决, 请各位参考我这篇博文:

windows环境 python 与 cx_oracle 连接 记录

 

相关文章:

  • 2021-04-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-10-31
  • 2022-02-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
相关资源
相似解决方案