以下是安装的版本:
正在执行以下操作:
import cx_Oracle
connection = cx_Oracle.connect("username", "password", "database IP")
cursor = connection.cursor()
querystring = "select * from table_name"
cursor.execute(querystring)
遇到错误:
cx_Oracle.DatabaseError:DPI-1047:64位Oracle客户端库无法 加载:“ C:\ Oracle \ app \ product \ 11.2.0 \ client_1 \ bin \ oci.dll不是 正确的架构”。请参阅 https://oracle.github.io/odpi/doc/installation.html#windows寻求帮助
有人可以帮助解决该错误吗?预先感谢。