posts - 431,  comments - 344,  trackbacks - 0

          #encoding=utf-8
          import MySQLdb
          import cx_Oracle

          orcon = cx_Oracle.connect("username", "password", "172.29.131.25:1521/orcl")
          orcursor = orcon.cursor()
          orcursor.execute("select columnname from tablename ")
          row=orcursor.fetchall()
          for r in row:
              for cell in r:
                  print cell
          orcursor.close()
          orcon.close()

          posted on 2009-07-28 09:43 周銳 閱讀(520) 評論(0)  編輯  收藏 所屬分類: Python
          主站蜘蛛池模板: 白银市| 临湘市| 揭东县| SHOW| 思茅市| 来凤县| 诏安县| 女性| 乐安县| 类乌齐县| 屯昌县| 安康市| 密山市| 铁力市| 伊金霍洛旗| 扎赉特旗| 都江堰市| 河间市| 任丘市| 莫力| 抚松县| 七台河市| 磴口县| 汾西县| 广州市| 滨海县| 涞源县| 新龙县| 浮梁县| 油尖旺区| 黄冈市| 武川县| 年辖:市辖区| 丹江口市| 永吉县| 将乐县| 民勤县| 阿拉善右旗| 青川县| 会泽县| 昌江|