Is ODP.NET redistributable? [closed]

别来无恙 提交于 2019-12-06 08:04:32

问题


Are the Oracle ODP.NET libraries redistributable? As in, can I simply include the Oracle.DataAccess.dll with my application & reference it without getting into any legal hot water? The download license for the ODAC on OTN is fairly incomprehesible legalese that doesn't make it clear whether I can or can't include the dll directly.


回答1:


What you want to distribute is the Oracle Instant Client. This is a freely distributable Oracle component that contains the files you need for client applications and nothing else.

Personally I've never never used it with ODP.NET but there is an article about using Instant Client and ODP.NET on the Oracle website. I have used the Instant Client for Java and Perl applications with no problems.




回答2:


Oracle now publishes a "redist package". It's called "ODAC (Oracle Data Access Components) with xcopy". This includes the ODP drivers, the instant client, and all supporting unmanaged DLLs required.

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



来源:https://stackoverflow.com/questions/685511/is-odp-net-redistributable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!