会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
百里丶落云
Gee,gee,baby,baby
管理
2019年8月7日
python连接oracle数据库
摘要: python连接oracle数据库 安装模块 使用第三方模块 `cx_Oracle` 1 pip install cx_Oracle 连接方式 1 2 3 4 5 6 7 8 9 import cx_Oracle as cx #第一种 con = cx.connect('root', 'root12
阅读全文
posted @ 2019-08-07 16:46 百里丶落云
阅读(475)
评论(0)
推荐(0)
编辑