Oracle Managed Provider - kevinsea/Insight.Database GitHub Wiki
Oracle now has a fully-managed version of ODP.NET. It's easier to install and manage, but it has some limitations.
To install the ODP.NET managed driver:
- Install the ODP.NET.MANAGED package from NuGet.
Before you can use Insight.Database with Oracle, you must first install and register the provider in your application. The provider allows Insight to handle some of the wacky things needed to get ODP.NET to work.
- Install the Insight.Database.Providers.OracleManaged package from NuGet.
ODP.NET does not support the following Oracle features:
- XML data types
- Bulk Copy
- Table-Valued Parameters or Custom Types
See Oracle Provider for some helpful hints for using Oracle with .NET and Insight.Database.