python连接oracle数据库
摘要:
连接方式 import cx_Oracle as cx #conn=cx_Oracle.connect(‘用户名/密码@主机ip地址:端口号/Service Name(SID)') # 第一种 con = cx.connect('root', 'root123', '127.0.0.1:1521/o 阅读全文
posted @ 2020-05-07 13:06
羽竹
阅读(1059)
评论(0)
推荐(0)