You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

Oracle.ManagedDataAccess

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Oracle.ManagedDataAccess

Managed Oracle Data Provider for .NET (ODP.NET) features optimized ADO.NET data access to the Oracle database for .NET Framework and is 100% managed code. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including Real Application Clusters, self-tuning statement cache, Application Continuity, JSON Relational Duality, and Fast Connection Failover.

23.9.0
nugetNuGet
Version published
Maintainers
1
Created
Source

Oracle Logo

Oracle.ManagedDataAccess 23.9.0

Release Notes for Oracle Data Provider for .NET, Managed Driver NuGet Package

June 2025

Managed Oracle Data Provider for .NET (ODP.NET) features optimized ADO.NET data access to the Oracle database for .NET Framework and is 100% managed code. ODP.NET allows developers to take advantage of advanced Oracle database functionality, including AI vectors, Real Application Clusters, Application Continuity, JSON Relational Duality, and Fast Connection Failover.

This document provides information that supplements the Oracle Data Provider for .NET (ODP.NET) documentation.

New Features

  • Binary Sparse Vector Support
  • OracleBulkCopy Support with Vector Column Datatype
  • New OracleDatabase Properties & OracleDataSource Methods
  • PEM File Support
  • Certificate Selection Support using SHA2-based Thumbprint
  • New OpenTelemetry server roundtrip-based attributes
  • TLS_VERSION Support with "+"
  • TLS_EXCLUDE_VERSIONS Support
  • Option to use Kerberos via Kerberos.NET

Bug Fixes since Oracle.ManagedDataAccess 23.8.0

  • Bug 37419098 - FIRST CONNECTION TIMES OUT OR ENCOUNTERS EXCEPTIONS WITH USEHOUROFFSETFORUNSUPPORTEDTIMEZONE ENABLED
  • Bug 37529604 - NOT ABLE TO RECEIVE CHANGE NOTIFICATION IN CIC MODE
  • Bug 37834607 - "NETWORK IS UNREACHABLE" EXCEPTION IS ENCOUNTERD WHEN SOURCE_ROUTE IS USED AND HOSTNAME RESOLVES TO AN INVALID IP ADDRESS
  • Bug 37860610 - OPENTELEMETRY: ADD A NEW TAG TO DISPLAY ROWS FETCHED FROM DB
  • Bug 37873494 - OPENWITHNEWPASSWORD FOR SYS USER AS SYSDBA GETS ORA-28009
  • Bug 37915391 - POOR DATA RETRIEVAL PERFORMANCE FOR HIGH PRECISION NUMBERS
  • Bug 37998734 - THROW PROPER EXCEPTION MESSAGE WHEN ODPM IS USED BY A .NET (CORE) APPLICATION

Installation Changes

The following app/web.config entries are added when installing the managed ODP.NET NuGet package to your application:

  • Configuration Section Handler

A configuration section handler entry is added to the app/web.config to enable applications to add an <oracle.manageddataaccess.client> section for ODP.NET, Managed Driver-specific configuration.

Note: For a web app, if the same config section handler for "oracle.manageddataaccess.client" also exists in machine.config but the "Version" attribute values are different, an error message "There is a duplicate 'oracle.manageddataaccess.client' section defined." may be observed at runtime. To resolve the error, remove the "oracle.manageddataaccess.client" config section handler entry in the machine.config. If other applications on the machine depend on this machine.config entry, move the config section handler entry to each application's web.config file.

  • DbProviderFactories

The DbProviderFactories entry is added for applications that use DbProviderFactories and DbProviderFactory classes. Any DbProviderFactories entry for "Oracle.ManagedDataAccess.Client" in the machine.config will be ignored.

  • Dependent Assembly

The dependent assembly entry is created to ignore policy DLLs for Oracle.ManagedDataAccess.dll. It directs the app to always use the Oracle.ManagedDataAccess.dll version that is specified by the "newVersion" attribute in the "bindingRedirect" element. The "newVersion" attribute corresponds to the Oracle.ManagedDataAccess.dll version which came with the NuGet package.

  • Data Sources

The data sources entry is added to provide a template on how a data source can be configured in the app/web.config. Simply rename the sample data source to an alias of your choosing; modify the PROTOCOL, HOST, PORT, SERVICE_NAME as required; and un-comment the "dataSource" element. Once that is done, the alias can be used as the "data source" attribute in your ODP.NET connection string.

Copyright (c) 2024, 2025, Oracle and/or its affiliates.

Keywords

ODP.NET

FAQs

Package last updated on 01 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts