Oracle Data Provider for .NET (ODP.NET) is a free, high performance ADO-NET complinat data access provider. Using this .NET Developers can access Oracle databases using .NET Languages. ODP.NET supports all ADO.NET and .NET Framework features.
You can download it from here:
http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html
In the download look for Oracle Data Provider for .NET and is part of the Oracle Data Access Components (ODAC)12.1.
ODP.NET is available in two forms:
The managed driver is really 'thin' comprising of just two dlls with less than 10MB size. It is totally self-contained requiring no other Oracle client networking hooks.
However this does not support connecting to Oracle database via Server Explorer in Visual Studio Express Edition.
Read this complete article for using the Managed Provider:
http://www.oracle.com/technetwork/issue-archive/2014/14-mar/o24odp-2147205.html?msgid=3-9850712152
You can download it from here:
http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html
In the download look for Oracle Data Provider for .NET and is part of the Oracle Data Access Components (ODAC)12.1.
ODP.NET is available in two forms:
- ODP.NET Unmanaged Driver --Some librabries compiled to machine code rather than .NET code
- ODP.NET 12.1 Managed Driver - Completly compiled to .NET Byte code and runs inside Common Language Runtime
The managed driver is really 'thin' comprising of just two dlls with less than 10MB size. It is totally self-contained requiring no other Oracle client networking hooks.
However this does not support connecting to Oracle database via Server Explorer in Visual Studio Express Edition.
Read this complete article for using the Managed Provider:
http://www.oracle.com/technetwork/issue-archive/2014/14-mar/o24odp-2147205.html?msgid=3-9850712152
No comments:
Post a Comment