配置基础:

1.python3.7

2.oracle server 11g 64位

3.PLSQL 64位

4.instantclient-basic-windows.x64-11.2.0.4.0这个可以去Oracle官网下载或者下载链接:http://jvniu.jb51.net:81/201708/tools/instantclientx64_jb51.rar这个地址,然后替换到PLSQL安装好的路径下F:\PLSql

5.安装cx_Oracle-7.0.0-cp37-cp37m-win_amd64.whl,可以去官网下载https://pypi.org/project/cx_Oracle/

6.记得添加环境变量path=F:\PLSql\instantclient_11_2,如果出现连接报错DatabaseError: DPI-1047: 64-bit Oracle Client library cannot be loaded: " ,那么就是没有添加环境变量

 

相关文章:

  • 2021-12-09
  • 2021-06-12
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
猜你喜欢
  • 2021-07-30
  • 2021-05-18
  • 2022-12-23
  • 2021-12-22
  • 2021-08-05
  • 2021-11-27
相关资源
相似解决方案