如何在python中使用 cx_Oracle 模塊進行查詢?相信很多沒有經(jīng)驗的人對此束手無策,為此本文總結(jié)了問題出現(xiàn)的原因和解決方法,通過這篇文章希望你能解決這個問題。
十年的瑪沁網(wǎng)站建設經(jīng)驗,針對設計、前端、開發(fā)、售后、文案、推廣等六對一服務,響應快,48小時及時工作處理。營銷型網(wǎng)站的優(yōu)勢是能夠根據(jù)用戶設備顯示端的尺寸不同,自動調(diào)整瑪沁建站的顯示方式,使網(wǎng)站能夠適用不同顯示終端,在瀏覽器中調(diào)整網(wǎng)站的寬度,無論在任何一種瀏覽器上瀏覽網(wǎng)站,都能展現(xiàn)優(yōu)雅布局與設計,從而大程度地提升瀏覽體驗。成都創(chuàng)新互聯(lián)從事“瑪沁網(wǎng)站設計”,“瑪沁網(wǎng)站推廣”以來,每個客戶項目都認真落實執(zhí)行。具體如下:
# !/usr/bin/env python # -*- coding: utf-8 -*- import cx_Oracle from pprint import pprint import csv import time import re import binascii print time.ctime() try: conn = cx_Oracle.connect('tlcbuser/tlcbuser@10.5.100.232/tlyy') # cursor = conn.cursor() # xsql="select * from tlcb_mon_device a where a.ipaddr='10.3.244.1'" # r = cursor.execute(xsql) # print r except Exception,e: print e print type(e) print str(e).decode('UTF-8').encode('GBK') print time.ctime()
C:\Python27\python.exe C:/Users/tlcb/PycharmProjects/untitled/a6.py
Mon Oct 22 10:35:59 2018
ORA-12170: TNS: ??????
Mon Oct 22 10:36:20 2018
Process finished with exit code 0
# !/usr/bin/env python # -*- coding: utf-8 -*- import cx_Oracle from pprint import pprint import csv import time import re import binascii import os os.environ['NLS_LANG'] = 'SIMPLIFIED CHINESE_CHINA.UTF8' print time.ctime() try: conn = cx_Oracle.connect('tlcbuser/tlcbuser@10.5.100.232/tlyy') # cursor = conn.cursor() # xsql="select * from tlcb_mon_device a where a.ipaddr='10.3.244.1'" # r = cursor.execute(xsql) # print r except Exception,e: print e print type(e) print time.ctime()
C:\Python27\python.exe C:/Users/tlcb/PycharmProjects/untitled/a6.py
Mon Oct 22 10:44:20 2018
ORA-12170: TNS: 連接超時
Mon Oct 22 10:44:41 2018
Process finished with exit code 0
# !/usr/bin/env python # -*- coding: utf-8 -*- import cx_Oracle from pprint import pprint import csv import time import re import binascii import os os.environ['NLS_LANG'] = 'SIMPLIFIED CHINESE_CHINA.UTF8' print time.ctime() conn = cx_Oracle.connect('test/test@10.10.17.200/serv') cursor = conn.cursor() xsql="select 'aaa' from dual" cursor.execute(xsql) result = cursor.fetchall() print result
C:\Python27\python.exe C:/Users/tlcb/PycharmProjects/untitled/rizhiyi/a7.py
Mon Oct 22 11:33:52 2018
[('aaa',)]
Process finished with exit code 0
看完上述內(nèi)容,你們掌握如何在python中使用 cx_Oracle 模塊進行查詢的方法了嗎?如果還想學到更多技能或想了解更多相關內(nèi)容,歡迎關注創(chuàng)新互聯(lián)成都網(wǎng)站設計公司行業(yè)資訊頻道,感謝各位的閱讀!
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。