• 使用 python3.4.4 连接 oracle 数据库报错,跪求大神
  • python
    3.00元
最近使用python3.4 的cx_Oracle 模块连接oracle数据库报错UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 82-83: invalid continuation byte 但是我换成python2.7 就正常运行,并且查询出了需要的数据,哪位同学遇到过这种问题呢,跪求啊,下面是我的代码和报错信息:

import cx_Oracle

conn = cx_Oracle.connect('tdqesure','ife04','10.183.146.5:1521/ydsl')
cursor = conn.cursor()
cursor.execute("select * from pdd")

报错信息:
Traceback (most recent call last):
File "E:/pycharmSpace/taikang/oracle.py", line 3, in 
conn = cx_Oracle.connect('tkinsure','ins185','10.137.146.5:1521/ursl')
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 82-83: invalid continuation byte

Process finished with exit code 1
  • AG.Bean    2018-04-16 11:48:24
  • 阅读 1909    收藏 0    回答 1
  • 邀请
  • 收藏
  • 分享
发送
登录 后发表评论
  • 51testing软件测试圈微信