Search code examples
.netoraclelicensingodp.net

Is ODP.NET redistributable?


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.


Solution

  • 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.