import cx_Oracle  #导入模块
db=cx_Oracle.connect('','',"IP:1521/SID") #连接user/passwd@host:端口/instance

相关文章: