连接:python操作oracle数据库
1. 下载模块 cx_Oracle
2. Windows下用easy_install.exe (Python安装目录下,Script目录中)先安装pip
3. 在下载cx_Oracle模块的目录下,执行pip install xxx 命令
4. 验证: Python执行 import cx_Oracle
Python 连接Oracle数据库
原文:http://www.cnblogs.com/longwaytogo/p/7027570.html