odp.net.x64
112.3.20
This NuGet package contains Oracle.DataAccess.dll (x64- both the net20 and net40 versions) needed to compile a project that uses Oracle's ODP.NET Library. Oracle will still need to be installed on the production or development machine in order to connect to Oracle (those libraries are greater than 100MB in size, so it didn't make sense to include them in a NuGet package), but this package will at least allow the project to be successfully built (i.e. if you're using a CI server).
Install-Package odp.net.x64 -Version 112.3.20
dotnet add package odp.net.x64 --version 112.3.20
<PackageReference Include="odp.net.x64" Version="112.3.20" />
paket add odp.net.x64 --version 112.3.20
#r "nuget: odp.net.x64, 112.3.20"
Dependencies
This package has no dependencies.
Used By
NuGet packages (8)
Showing the top 5 NuGet packages that depend on odp.net.x64:
Package | Downloads |
---|---|
odac.client.x64
Each 64-bit ODAC client download below supports connectivity to Oracle Database versions 9.2, 10.1, 10.2, and 11.1, and 11.2.
|
|
Galactic.Sql.Oracle
A class library for querying and manipulating Oracle databases.
|
|
Prodesp.DataAccess
My package description.
|
|
UDTLibrary.Oracle
A library to assist with mapping of Oracle UDTs to POCOs.
|
|
ORMToolkit.OracleOdp
.Net Orm Toolkit OracleOdp Library
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on odp.net.x64:
Repository | Stars |
---|---|
SharpMap/SharpMap
An easy-to-use mapping library for use in web and desktop applications
|