python怎么连接oracle数据库
展开全部
需要用库cx_Oracle
http://www.oracle.com/technetwork/articles/dsl/python-091105.html
简例:
import cx_Oracle
con = cx_Oracle.connect('pythonhol/welcome@127.0.0.1/orcl')
print con.version
con.close()
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询