-
Notifications
You must be signed in to change notification settings - Fork 142
Oracle Managed Provider
Jon Wagner edited this page Mar 11, 2014
·
2 revisions
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.
- Home
- About
- Getting Started
- Connections
- Execute
- Getting Results
- Advanced Results & Mapping
- Insert/Update Considerations
- Data Types
- Write Even Less Code
- Performance & Speed
- Other Topics
- Supported Databases
- Working with the Code