Oracle.ManagedDataAccess.Core 23.3.2-dev

Prefix Reserved
This is a prerelease version of Oracle.ManagedDataAccess.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Oracle.ManagedDataAccess.Core --version 23.3.2-dev
                    
NuGet\Install-Package Oracle.ManagedDataAccess.Core -Version 23.3.2-dev
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.3.2-dev" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="23.3.2-dev" />
                    
Directory.Packages.props
<PackageReference Include="Oracle.ManagedDataAccess.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Oracle.ManagedDataAccess.Core --version 23.3.2-dev
                    
#r "nuget: Oracle.ManagedDataAccess.Core, 23.3.2-dev"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Oracle.ManagedDataAccess.Core@23.3.2-dev
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Oracle.ManagedDataAccess.Core&version=23.3.2-dev&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Oracle.ManagedDataAccess.Core&version=23.3.2-dev&prerelease
                    
Install as a Cake Tool

Oracle Logo

Oracle.ManagedDataAccess.Core 23.3.2-dev

Release Notes for Oracle Data Provider for .NET Core NuGet Package

March 2024

Oracle Data Provider for .NET (ODP.NET) Core features optimized ADO.NET data access to the Oracle database for .NET (Core) runtime. 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.

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

New Features

  • .NET Metrics .NET Metrics are application numerical measurements collected at regular time intervals for the purposes of monitoring and alerting about application health. In an ODP.NET setting, metrics can monitor connection statistics, such as number of ODP.NET hard connections to the database, number of active connections, or number of free connections. Starting with version 23.3.2, ODP.NET Core supports .NET Metrics. Note: The ODP.NET metrics source name is "Oracle.ManagedDataAccess.Core" for ODP.NET Core.
  • OpenTelemetry – Automatic Instrumentation and Dynamic Enablement ODP.NET adds new OpenTelemetry automatic instrumentation support that delivers traces to observability backends without requiring source code changes. ODP.NET OpenTelemetry is now enabled automatically. It no longer requires adding Oracle.ManagedDataAccess.OpenTelemetry NuGet package nor calling AddOracleDataProviderInstrumentation() extension method to enable OpenTelemetry. ODP.NET OpenTelemetry is now enabled by default. It can be turned off or on by setting OracleConfiguration.OpenTelemetryTracing to false or true, respectively. It can also be set in the OpenTelemetryTracing .NET configuration file setting for .NET Framework. Note: The ODP.NET activity source name is "Oracle.ManagedDataAccess.Core" for ODP.NET Core. Note: Applications will still need to add Oracle.ManagedDataAccess.OpenTelemetry NuGet package to the application and call the AddOracleDataProviderInstrumentation() extension method by passing in an OracleDataProviderInstrumentationOptions object to set non-default option settings.

Bug Fixes since Oracle.ManagedDataAccess.Core 23.3.1-dev

  • Bug 35711274 ORA-00904: SHARDED INVALID IDENTIFIER WHEN ADDING EVENT HANDLER TO ORACLEAQQUEUE.MESSAGEAVAILABLE
  • Bug 35666844 ORA-50000: CONNECTION REQUEST TIMED OUT WHEN USING ASYNC AND CONNECTION POOLING
  • Bug 35698455 ORA-50028: INVALID PARAMETER BINDING WHEN USING ARRAY BINDING WITH ASYNC APIS
  • Bug 35711258 AQ ORACLEAQAGENT CONSTRUCTOR WITH NULL NAME PARAMETER CAUSES ARGUMENTNULLEXCEPTION
  • Bug 35778668 PIPELINING OPERATION BLOCKS THE APPLICATION THREAD
  • Bug 35901069 ORA-50028: INVALID PARAMETER BINDING (PARAMETER '1') WHEN USING BIND BY NAME WITH UDTS

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (739)

Showing the top 5 NuGet packages that depend on Oracle.ManagedDataAccess.Core:

Package Downloads
Oracle.EntityFrameworkCore

Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.

SqlSugarCore

.Net Core3.1 .Net5 .Net6 .Net7 .Net8 .Net9 .Net10 安装此版本,好用的ORM框架 ,支持国外主流和国产人大金仓达梦 OceanBase GaussDB QuestDb ClickHouse Oracle MySql Gbase8s SqlServer Sqlite DB2 DuckDb Hana 等, 使用教程:https://www.donet5.com/Home/Doc?typeId=1226

DistributedLock

Provides easy-to-use mutexes, reader-writer locks, and semaphores that can synchronize across processes and machines. This is an umbrella package that brings in the entire family of DistributedLock.* packages (e. g. DistributedLock.SqlServer) as references. Those packages can also be installed individually.

DapperExtensions

A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.

AspNetCore.HealthChecks.Oracle

HealthChecks.Oracle is the health check package for Oracle Database.

GitHub repositories (62)

Showing the top 20 popular GitHub repositories that depend on Oracle.ManagedDataAccess.Core:

Repository Stars
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
quartznet/quartznet
Quartz Enterprise Scheduler .NET
DotNetNext/SqlSugar
.Net aot ORM SqlServer ORM Mongodb ORM MySql 瀚高 Postgresql ORM DB2 Hana 高斯 Duckdb C# VB.NET Sqlite ORM Oracle ORM Mysql Orm 虚谷数据库 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET9 ORM .NET8 ORM ClickHouse ORM QuestDb ,TDengine ORM,OceanBase ORM,GaussDB ORM,Tidb ORM Object/Relational Mapping
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
ravendb/ravendb
ACID Document Database
fluentmigrator/fluentmigrator
Fluent migrations framework for .NET
linq2db/linq2db
Linq to database provider.
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
jbogard/Respawn
Intelligent database cleaner for integration tests
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
liukuo362573/YiShaAdmin
基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观
madelson/DistributedLock
A .NET library for distributed synchronization
nhibernate/nhibernate-core
NHibernate Object Relational Mapper
tmsmith/Dapper-Extensions
Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
Giorgi/EntityFramework.Exceptions
Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
Version Downloads Last Updated
23.26.0 421,959 10/14/2025
23.9.1 850,958 7/15/2025
23.9.0 687,989 7/1/2025
23.8.0 1,687,874 4/4/2025
23.7.0 2,730,482 12/24/2024
23.6.1 2,889,229 11/7/2024
23.6.0 1,536,159 10/2/2024
23.5.1 846,594 8/16/2024
23.5.0 1,217,370 7/11/2024
23.4.0 1,587,416 5/2/2024
23.3.3-dev 4,269 4/19/2024
23.3.2-dev 14,723 3/12/2024
23.3.1-dev 38,445 12/12/2023
23.3.0-dev 12,781 10/17/2023
23.2.0-dev 50,085 7/29/2023
3.21.200 24,557 10/10/2025
3.21.190 61,844 7/1/2025
3.21.180 126,409 4/4/2025
3.21.170 422,803 12/24/2024
3.21.160 528,011 10/2/2024
3.21.150 297,578 7/11/2024
3.21.140 1,424,016 4/11/2024
3.21.130 3,470,855 1/1/2024
3.21.120 5,044,292 10/9/2023
3.21.110 2,242,216 7/25/2023
3.21.100 5,057,822 4/8/2023
3.21.90 3,682,791 1/19/2023
3.21.80 1,422,808 10/18/2022 3.21.80 has at least one vulnerability with high severity.
3.21.70 1,083,786 8/4/2022 3.21.70 has at least one vulnerability with high severity.
3.21.61 3,533,011 5/4/2022 3.21.61 has at least one vulnerability with high severity.
3.21.50 4,383,710 1/4/2022 3.21.50 has at least one vulnerability with high severity.
3.21.41 695,456 12/7/2021 3.21.41 has at least one vulnerability with high severity.
3.21.4 1,902,152 10/27/2021 3.21.4 has at least one vulnerability with high severity.
3.21.1 7,194,396 2/12/2021 3.21.1 has at least one vulnerability with high severity.
2.19.290 15,890 10/10/2025
2.19.280 43,848 7/1/2025
2.19.270 35,793 4/4/2025
2.19.260 84,769 12/24/2024
2.19.250 184,372 10/2/2024
2.19.240 110,554 7/11/2024
2.19.230 461,800 4/11/2024
2.19.220 182,542 1/1/2024
2.19.210 271,795 10/9/2023
2.19.200 131,474 7/25/2023
2.19.190 240,728 4/8/2023
2.19.180 1,117,638 1/19/2023
2.19.170 232,175 10/18/2022 2.19.170 has at least one vulnerability with high severity.
2.19.160 170,630 8/4/2022 2.19.160 has at least one vulnerability with high severity.
2.19.151 99,377 6/7/2022 2.19.151 has at least one vulnerability with high severity.
2.19.140 422,091 1/4/2022 2.19.140 has at least one vulnerability with high severity.
2.19.131 54,071 12/14/2021 2.19.131 has at least one vulnerability with high severity.
2.19.130 797,285 10/8/2021 2.19.130 has at least one vulnerability with high severity.
2.19.110 3,166,836 3/16/2021 2.19.110 has at least one vulnerability with high severity.
2.19.101 1,689,045 1/12/2021 2.19.101 has at least one vulnerability with high severity.
2.19.100 1,223,443 11/16/2020 2.19.100 has at least one vulnerability with high severity.
2.19.91 996,102 10/22/2020 2.19.91 has at least one vulnerability with high severity.
2.19.80 2,450,938 7/9/2020 2.19.80 has at least one vulnerability with high severity.
2.19.70 1,247,885 5/1/2020 2.19.70 has at least one vulnerability with high severity.
2.19.60 3,271,221 12/6/2019 2.19.60 has at least one vulnerability with high severity.
2.19.50 710,726 10/16/2019 2.19.50 has at least one vulnerability with high severity.
2.19.31 1,807,791 7/11/2019 2.19.31 has at least one vulnerability with high severity.
2.19.3 531,095 5/22/2019 2.19.3 has at least one vulnerability with high severity.
2.18.151 28,851 2/3/2023
2.18.15 30,934 8/5/2021
2.18.6 1,732,003 3/20/2019
2.18.5 473,388 3/7/2019
2.18.3 6,662,298 9/20/2018
2.12.0-beta3 293,505 7/31/2018
2.12.0-beta2 1,075,573 3/6/2018