Oracle.ManagedDataAccess.Core 23.3.2-dev

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Oracle.ManagedDataAccess.Core.
There is a newer prerelease 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.
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.
// Install Oracle.ManagedDataAccess.Core as a Cake Addin
#addin nuget:?package=Oracle.ManagedDataAccess.Core&version=23.3.2-dev&prerelease

// Install Oracle.ManagedDataAccess.Core as a Cake Tool
#tool nuget:?package=Oracle.ManagedDataAccess.Core&version=23.3.2-dev&prerelease

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. 
.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 (619)

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

Package Downloads
Oracle.EntityFrameworkCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

SqlSugarCore

.Net Core3.1 .Net5 .Net6 .Net7 .Net8 安装此版本,好用的ORM框架 ,支持国外主流和国产人大金仓达梦 OceanBase GaussDB QuestDb ClickHouse Oracle MySql Gbase8s SqlServer Sqlite, 版本说明: 5.0.3.5-Max 最低要求.Net Core 3.0+ ,5.0.0-5.0.3.4 最低要求 .Net Core 2.0+ SqlSugar ORM ,High-performance, lightweight

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 (53)

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

Repository Stars
quartznet/quartznet
Quartz Enterprise Scheduler .NET
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
dotnetcore/FreeSql
🦄 .NET aot orm, C# orm, VB.NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, 虚谷 orm, 国产 orm, Clickhouse orm, QuestDB orm, MsAccess orm.
Version Downloads Last updated
23.3.3-dev 432 4/19/2024
23.3.2-dev 3,823 3/12/2024
23.3.1-dev 18,054 12/12/2023
23.3.0-dev 7,899 10/17/2023
23.2.0-dev 32,216 7/29/2023
3.21.140 60,383 4/11/2024
3.21.130 687,435 1/1/2024
3.21.120 1,097,095 10/9/2023
3.21.110 977,621 7/25/2023
3.21.100 2,326,845 4/8/2023
3.21.90 2,055,222 1/19/2023
3.21.80 1,013,086 10/18/2022
3.21.70 824,403 8/4/2022
3.21.61 2,834,421 5/4/2022
3.21.50 3,253,584 1/4/2022
3.21.41 440,824 12/7/2021
3.21.4 1,494,477 10/27/2021
3.21.1 5,150,302 2/12/2021
2.19.230 1,633 4/11/2024
2.19.220 37,485 1/1/2024
2.19.210 50,692 10/9/2023
2.19.200 34,661 7/25/2023
2.19.190 106,785 4/8/2023
2.19.180 282,905 1/19/2023
2.19.170 148,054 10/18/2022
2.19.160 101,751 8/4/2022
2.19.151 61,603 6/7/2022
2.19.140 296,841 1/4/2022
2.19.131 30,763 12/14/2021
2.19.130 603,785 10/8/2021
2.19.110 1,784,280 3/16/2021
2.19.101 1,420,052 1/12/2021
2.19.100 1,041,118 11/16/2020
2.19.91 772,574 10/22/2020
2.19.80 2,056,240 7/9/2020
2.19.70 1,107,509 5/1/2020
2.19.60 2,941,547 12/6/2019
2.19.50 626,533 10/16/2019
2.19.31 1,613,148 7/11/2019
2.19.3 478,974 5/22/2019
2.18.151 5,442 2/3/2023
2.18.15 13,017 8/5/2021
2.18.6 1,306,353 3/20/2019
2.18.5 402,771 3/7/2019
2.18.3 4,760,411 9/20/2018
2.12.0-beta3 217,632 7/31/2018
2.12.0-beta2 882,383 3/6/2018