Python 连接Oracle数据库
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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数据库的主要内容,如果未能解决你的问题,请参考以下文章