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' ,  'root123' ,  '127.0.0.1:1521/orcl' ) #第二种 con 
相关文章
相关标签/搜索