数据库
首页 > 数据库> > python – cx_oracle和oracle 7?

python – cx_oracle和oracle 7?

作者:互联网

在工作中我们有Oracle 7.我想使用python访问数据库.
有没有人这样做或知道如何做到这一点?
我有Windows XP,Python 2.6和python 2.6的cx_oracle版本

但是,当我尝试导入cx_oracle时,我收到以下错误:

ImportError: DLL load failed the module could not be found

任何帮助表示赞赏!

马特

解决方法:

cx_Oracle目前仅提供与9i,10g和11i客户端的链接.安装其中一个客户端并将其配置为使用正确的ORACLE_SID连接到Oracle 7数据库.

标签:python,cx-oracle
来源: https://codeday.me/bug/20190627/1302072.html