首页 > 代码库 > Python 连接Oracle数据库

Python 连接Oracle数据库

连接: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数据库