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 
相關文章
相關標籤/搜索