第八篇:cx_Oracle出现的问题

Posted apff

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第八篇:cx_Oracle出现的问题相关的知识,希望对你有一定的参考价值。

1、cx_Oracle.DatabaseError: ORA-24315: illegal attribute type

2、cx_Oracle.InterfaceError: Unable to acquire Oracle environment handle

Python通过cx_Oracle模块连接oracle数据库报如上错误,都是应为oracle客户端的问题导致,只需要将对应版本的*.dll(10g:oci.dll, oraociei10.dll, oraocci10.dll;11g:oci.dll, oraociei11.dll, oraocci11.dll)文件拷贝至

C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python36\\Lib\\site-packages下或者C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python36-32\\Lib\\site-packages下

即可解决。

注:cx_oracle下载地址:https://pypi.python.org/pypi/cx_Oracle/5.3

       oracle客户端下载地址:https://www.oracle.com/database/technologies/instant-client/downloads.html

 

参考:https://www.cnblogs.com/lansan0701/p/8039332.html

以上是关于第八篇:cx_Oracle出现的问题的主要内容,如果未能解决你的问题,请参考以下文章

第八篇 Python异常

python 3.6 cx_Oracle.DatabaseError: DPI-1050

深入理解ajax系列第八篇

深入学习jQuery选择器系列第八篇——过滤选择器之伪子元素选择器

第八篇:异常处理

开始写游戏 --- 第八篇