我安装了64位的windows-7。当我尝试运行我的程序(适用于Oracle 11g)时,我收到以下错误:
Attempt to load Oracle client libraries threw BadImageFormatException
this problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed会有什么问题呢?我可以在哪里下载64位oracle客户端?
(我可以获得任何下载的链接)
提前感谢
发布于 2010-10-30 15:47:32
您是否尝试过从以下位置下载64位Oracle客户端:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.htmlBlockquote
这看起来可能是正确的下载:
用于微软视窗(x64)的
数据库11g第2版客户端(11.2.0.1.0)
win64_11gR2_client.zip (615,698,264字节) (cksum - 2947608743)
包含Oracle客户端库。如果您只想要客户端库,请下载
发布于 2010-10-30 16:34:35
或者,如果您无法获得64位版本的Oracle客户端,并坚持使用32位版本,则您可以:
https://stackoverflow.com/questions/4057760
复制相似问题