Oracle.ManagedDataAccess.Core
23.5.1
Prefix Reserved
See the version list below for details.
dotnet add package Oracle.ManagedDataAccess.Core --version 23.5.1
NuGet\Install-Package Oracle.ManagedDataAccess.Core -Version 23.5.1
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.5.1" />
<PackageVersion Include="Oracle.ManagedDataAccess.Core" Version="23.5.1" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" />
paket add Oracle.ManagedDataAccess.Core --version 23.5.1
#r "nuget: Oracle.ManagedDataAccess.Core, 23.5.1"
#addin nuget:?package=Oracle.ManagedDataAccess.Core&version=23.5.1
#tool nuget:?package=Oracle.ManagedDataAccess.Core&version=23.5.1
Oracle.ManagedDataAccess.Core 23.5.1
Release Notes for Oracle Data Provider for .NET Core NuGet Package
August 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 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.
Oracle .NET Links
- Oracle .NET Home Page
- GitHub - Sample Code
- ODP.NET Discussion Forum
- YouTube
- X (Twitter)
- Email Newsletter Sign Up
New Features
- Oracle CURSOR type column values returned as OracleDataReader or OracleRefCursor objects
- Easy Connect Plus address list support
- Programmatic API for returning ODP.NET and application metadata, such as version number
- ODP.NET notification alert when bulk copy operation completes (OracleBulkCopyOptions.NotifyAllRowsProcessed)
- SuppressGetDecimalInvalidCastExeption for OracleConfiguration, UDTs, and parameters
- Support for Azure V2 Tokens (as long as UPN claim is configured/enabled)
Bug Fixes since Oracle.ManagedDataAccess.Core 23.4.0
- Bug 36406403 - CACHE CERTIFICATES SELECTED USING CERTIFICATE THUMBPRINT ON WINDOWS
- Bug 36418346 - BULKCOPY : SUPPORT FOR ORACLEBULKCOPYOPTIONS.NOTIFYALLROWSPROCESSED TO NOTIFY APPLICATIONS WITH COUNT OF ALL ROWS COPIED
Copyright (c) 2024, Oracle and/or its affiliates.
Product | Versions 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. |
-
.NETStandard 2.1
- System.Diagnostics.DiagnosticSource (>= 6.0.1)
- System.Diagnostics.PerformanceCounter (>= 6.0.1)
- System.DirectoryServices.Protocols (>= 6.0.2)
- System.Formats.Asn1 (>= 6.0.1)
- System.Security.Cryptography.Pkcs (>= 6.0.4)
- System.Text.Json (>= 6.0.9)
-
net6.0
- System.Diagnostics.PerformanceCounter (>= 6.0.1)
- System.DirectoryServices.Protocols (>= 6.0.2)
- System.Formats.Asn1 (>= 6.0.1)
- System.Security.Cryptography.Pkcs (>= 6.0.4)
-
net8.0
- System.Diagnostics.PerformanceCounter (>= 8.0.0)
- System.DirectoryServices.Protocols (>= 8.0.0)
- System.Formats.Asn1 (>= 8.0.1)
- System.Security.Cryptography.Pkcs (>= 8.0.0)
NuGet packages (711)
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 (32)
Showing the top 20 popular GitHub repositories that depend on Oracle.ManagedDataAccess.Core:
Repository | Stars |
---|---|
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组件,配套代码生成模板,权限等组成。
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
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.
|
|
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.
|
|
jbogard/Respawn
Intelligent database cleaner for integration tests
|
|
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
|
|
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
|
|
liukuo362573/YiShaAdmin
基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观
|
|
nhibernate/nhibernate-core
NHibernate Object Relational Mapper
|
|
madelson/DistributedLock
A .NET library for distributed synchronization
|
|
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)
|
|
zhaopeiym/quartzui
基于Quartz.NET3.0的定时任务Web可视化管理。docker打包开箱即用、内置SQLite持久化、语言无关、业务代码零污染、支持 RESTful风格接口、傻瓜式配置
|
Version | Downloads | Last Updated | |
---|---|---|---|
23.9.0 | 2,191 | 7/1/2025 | |
23.8.0 | 613,437 | 4/4/2025 | |
23.7.0 | 1,406,637 | 12/24/2024 | |
23.6.1 | 1,363,530 | 11/7/2024 | |
23.6.0 | 1,075,056 | 10/2/2024 | |
23.5.1 | 613,353 | 8/16/2024 | |
23.5.0 | 971,182 | 7/11/2024 | |
23.4.0 | 1,248,265 | 5/2/2024 | |
23.3.3-dev | 3,575 | 4/19/2024 | |
23.3.2-dev | 12,836 | 3/12/2024 | |
23.3.1-dev | 34,800 | 12/12/2023 | |
23.3.0-dev | 12,091 | 10/17/2023 | |
23.2.0-dev | 48,466 | 7/29/2023 | |
3.21.190 | 265 | 7/1/2025 | |
3.21.180 | 43,822 | 4/4/2025 | |
3.21.170 | 251,194 | 12/24/2024 | |
3.21.160 | 374,517 | 10/2/2024 | |
3.21.150 | 230,799 | 7/11/2024 | |
3.21.140 | 1,117,574 | 4/11/2024 | |
3.21.130 | 2,878,760 | 1/1/2024 | |
3.21.120 | 3,810,036 | 10/9/2023 | |
3.21.110 | 1,950,418 | 7/25/2023 | |
3.21.100 | 4,297,322 | 4/8/2023 | |
3.21.90 | 3,252,140 | 1/19/2023 | |
3.21.80 | 1,337,567 | 10/18/2022 | |
3.21.70 | 1,013,085 | 8/4/2022 | |
3.21.61 | 3,360,212 | 5/4/2022 | |
3.21.50 | 4,143,330 | 1/4/2022 | |
3.21.41 | 608,467 | 12/7/2021 | |
3.21.4 | 1,793,559 | 10/27/2021 | |
3.21.1 | 6,442,961 | 2/12/2021 | |
2.19.280 | 66 | 7/1/2025 | |
2.19.270 | 8,492 | 4/4/2025 | |
2.19.260 | 29,532 | 12/24/2024 | |
2.19.250 | 117,527 | 10/2/2024 | |
2.19.240 | 69,452 | 7/11/2024 | |
2.19.230 | 310,731 | 4/11/2024 | |
2.19.220 | 137,039 | 1/1/2024 | |
2.19.210 | 189,627 | 10/9/2023 | |
2.19.200 | 87,541 | 7/25/2023 | |
2.19.190 | 187,857 | 4/8/2023 | |
2.19.180 | 859,185 | 1/19/2023 | |
2.19.170 | 203,925 | 10/18/2022 | |
2.19.160 | 142,377 | 8/4/2022 | |
2.19.151 | 78,942 | 6/7/2022 | |
2.19.140 | 377,505 | 1/4/2022 | |
2.19.131 | 37,077 | 12/14/2021 | |
2.19.130 | 735,219 | 10/8/2021 | |
2.19.110 | 2,736,501 | 3/16/2021 | |
2.19.101 | 1,602,716 | 1/12/2021 | |
2.19.100 | 1,164,579 | 11/16/2020 | |
2.19.91 | 936,320 | 10/22/2020 | |
2.19.80 | 2,317,340 | 7/9/2020 | |
2.19.70 | 1,192,778 | 5/1/2020 | |
2.19.60 | 3,156,196 | 12/6/2019 | |
2.19.50 | 673,083 | 10/16/2019 | |
2.19.31 | 1,728,327 | 7/11/2019 | |
2.19.3 | 502,254 | 5/22/2019 | |
2.18.151 | 10,564 | 2/3/2023 | |
2.18.15 | 14,289 | 8/5/2021 | |
2.18.6 | 1,588,677 | 3/20/2019 | |
2.18.5 | 429,244 | 3/7/2019 | |
2.18.3 | 6,079,819 | 9/20/2018 | |
2.12.0-beta3 | 270,229 | 7/31/2018 | |
2.12.0-beta2 | 1,033,295 | 3/6/2018 |