适用于 Windows 2008 的 64 位 Oracle ODP.NET 11.1

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5888541/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 23:35:04  来源:igfitidea点击:

Oracle ODP.NET 11.1 for 64 bit for windows 2008

oracleodp.net

提问by Noel

Does anyone know where i can download ODP.NET version 11.1 for 64 bit? They only list version 10g and version 11.2 on their download site.

有谁知道我可以在哪里下载 64 位的 ODP.NET 11.1 版?他们在下载站点上只列出了 10g 版和 11.2 版。

http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html

http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html

Or will ODP.NET version 11.2 work OK against Oracle Database 11g Release 11.1.0.7 - 64bit?

或者 ODP.NET 11.2 版是否可以与 Oracle Database 11g Release 11.1.0.7 - 64 位兼容?

回答by b_levitt

11.2 works fine even against 10gR2 (that's what we have here). However, to my knowledge, the 64 bit version only comes in an xcopy flavor: http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html

11.2 即使在 10gR2 上也能正常工作(这就是我们这里所拥有的)。但是,据我所知,64 位版本只有 xcopy 版本:http: //www.oracle.com/technetwork/database/windows/downloads/index-090165.html

I've documented my experience with the xcopy install here: http://www.brothersincode.com/post/Oracle-ODPnet-xcopy-deployment-for-aspnet.aspx

我在这里记录了我在 xcopy 安装方面的经验:http: //www.brothersincode.com/post/Oracle-ODPnet-xcopy-deployment-for-aspnet.aspx

I just recently installed this on 2008 R2 myself and it went fine.

我最近自己在 2008 R2 上安装了它,并且运行良好。

回答by Nathan

I'm using this version on a Win2008R2 x64 production server with SQL 2008R2 Standard and it's working fine: Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (x64)

我在带有 SQL 2008R2 Standard 的 Win2008R2 x64 生产服务器上使用这个版本,它工作正常:Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (x64)

It will work OK against Oracle Database 11g Release 11.1.0.7 - 64bit.

它适用于 Oracle Database 11g 版本 11.1.0.7 - 64 位。

For more info, check this: Master Note for ODP.Net (Oracle Data Provider for .Net)

有关更多信息,请查看:ODP.Net 的主要说明(Oracle Data Provider for .Net)