python3.7 使用cx_Oracle连接Oracle数据库

import cx_Oracle  #导入模块
db=cx_Oracle.connect('','',"IP:1521/SID") #连接user/passwd@host:端口/instance
posted @ 2018-11-06 11:05  Kinge2014  阅读(736)  评论(1编辑  收藏  举报