How to connect oracle database from Dotnet Core application?
Oracle plans to certify ODP.NET, Managed Driver on Microsoft .NET Core around the end of calendar year 2017. Is there any alternative way then ODP.NET?
How to connect oracle database from Dotnet Core application?
Oracle plans to certify ODP.NET, Managed Driver on Microsoft .NET Core around the end of calendar year 2017. Is there any alternative way then ODP.NET?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
DevartPosted Nov 30, 2017, 8:46 AM
Miroslav DubovskýPosted Sep 1, 2017, 4:39 AM
- For .Net Core 1.0, 1.1 and for 2.0 too (until driver from Oracle is not released ) you can use unofficial Oracle client for .NET Core based on Mono's Oracle client
Github: https://www.nuget.org/packages/Mono.Data.OracleClientCoreNuget: Mono.Data.OracleClientCore.
https://stackoverflow.com/questions/41459631/how-to-connect-to-an-oracle-database-connection-from-net-core is updated
ShintoPosted Jun 28, 2017, 1:59 AM
Abhilash J APosted Jun 23, 2017, 8:42 AM