pytho连接orcl说明
https://www.cnblogs.com/lansan0701/p/8039332.html

pip3 install cx_Oracle

orcl客户端工具下载
http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html

https://oracle.github.io/odpi/doc/installation.html#windows
下载 zip file: 64-bit or 32-bit, 的工具解压到c:/oracle/instantclient_* 把目录添加到PATH中
或者按操作说明使用

python连接orcl操作说明
1.下载sqldeveloper 数据库连接工具
2.下载python 3.7 64
3.安装 pip3 install cx_Oracle
4.下载oracle client客户端支持

cx_Oracle 报错说明时有下载连接 注意 64-bit or 32-bit 对应

https://oracle.github.io/odpi/doc/installation.html#windows
下载后解压到c:/oracle/**
把目录添加到 系统PATH中

5.安装orcl client 对应vc运行库