Oracle.ManagedDataAccess.Core 2.19.110
Oracle.ManagedDataAccess.Core NuGet Package 2.19.110 README
Release Notes: Oracle Data Provider for .NET Core
March 2021
New Features
.NET 5 Support ODP.NET Core 2.19.101 supports .NET 5.
Allowing Deserialization of Oracle Provider Types into DataSet/DataTable This version introduces a new AddOracleTypesDeserialization() method on the OracleConfiguration class. This new method can be called to add ODP.NET-specific data types to the "allow" list, so that they can be deserialized into DataSet/DataTable. If an attempt is made to deserialize ODP.NET-specific types without adding them to the "allow" list, an ODP.NET type initializer exception will be encountered.
If your app or third-party software you use adds data types to the allow list as well, be careful not to overwrite the ODP.NET allowed types by appending to the allow list.
// C# snippet enbling Oracle data type deserialization, then loading them from an XML file static void Main(string[] args) { OracleConfiguration.AddOracleTypesDeserialization(); DataSet ds = new DataSet(); ds.ReadXml("OracleTypes.xml"); // The xml file name will depend on your application. }
Bulk Copy ODP.NET Core 19.10 now supports bulk copy, which allows fast data transfer between .NET and Oracle databases. ODP.NET Core supports the same bulk copy APIs as unmanaged ODP.NET. These APIs are documented in the ODP.NET Developer's Guide.
KeepAlive for non-Windows platforms Starting in ODP.NET Core 19.10, KeepAlive is supported on non-Windows operating systems, such as Oracle Linux. For these non-Windows operating systems, .NET Core 3 or higher is required.
ODP.NET KeepAlive APIs include the OracleConnection properties: KeepAlive, KeepAliveInterval, and KeepAliveTime.
ODP.NET documentation has more details about these properties. https://docs.oracle.com/en/database/oracle/oracle-data-access-components/19.3.2/odpnt/ConnectionKeepAlive.html#GUID-6C24C49B-5E89-4E62-BEB8-828D3B1B47D7 https://docs.oracle.com/en/database/oracle/oracle-data-access-components/19.3.2/odpnt/ConnectionKeepAliveInterval.html#GUID-ED6AE59F-F97F-4E25-B8A1-D6C0BD5CF516 https://docs.oracle.com/en/database/oracle/oracle-data-access-components/19.3.2/odpnt/ConnectionKeepAliveTime.html#GUID-CBF5E160-AE1F-4147-AA7C-2CD4E23EE105
- Suppress GetDecimal Invalid Cast Exception The SuppressGetDecimalInvalidCastException property has been added to the OracleDataReader and OracleDataAdapter classes in ODP.NET 19.10. It specifies whether to suppress the InvalidCastException and return a rounded-off 28 precision value if the Oracle NUMBER value has more than 28 precision.
OracleDataAdapter.SuppressGetDecimalInvalidCastException API description: https://docs.oracle.com/en/database/oracle/oracle-data-access-components/19.3.2/odpnt/DataAdapterSuppressGetDecimalInvalidCastException.html
OracleDataReader.SuppressGetDecimalInvalidCastException API description: https://docs.oracle.com/en/database/oracle/oracle-data-access-components/19.3.2/odpnt/DataReaderSuppressGetDecimalInvalidCastException.html
- GetDecimalRetainTrailingZeros Configuration Parameter ODP.NET 19.11 supports a config parameter called GetDecimalRetainTrailingZeros that can be set in .NET config or by setting the OracleConfiguration.GetDecimalRetainTrailingZeros property. By default, it's false. If it's set to true, the Oracle NUMBER column value that eventually gets retrieved as a .NET decimal through OracleDataReader's GetDecimal() method will retain a trailing 0 if the number of digits on the right hand side of the decimal point is odd in number.
Bug Fixes since Oracle.ManagedDataAccess.Core NuGet Package 2.19.101
32185056 : ORA-01017 WHILE PASSING PASSWORD WITH TRAILING EQUAL SIGN 32370414 : ENCOUNTER SEMAPHOREFULLEXCEPTION WHEN OPEN CONNECTIONS IN HEAYY LOAD 32466408 : EXPOSE GETDECIMALRETAINTRAILINGZEROS CONFIG
Copyright (c) 2020, 2021, Oracle and/or its affiliates.
Showing the top 20 packages that depend on Oracle.ManagedDataAccess.Core.
Packages | Downloads |
---|---|
Oracle.EntityFrameworkCore
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
|
23 |
Oracle.EntityFrameworkCore
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
|
27 |
Oracle.EntityFrameworkCore
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
|
29 |
Oracle.EntityFrameworkCore
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
|
33 |
Oracle.EntityFrameworkCore
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
|
35 |
Oracle.EntityFrameworkCore
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
|
70 |
Oracle.EntityFrameworkCore
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
|
82 |
Oracle.EntityFrameworkCore
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
|
277 |
Oracle.EntityFrameworkCore
Oracle Data Provider for .NET (ODP.NET) Entity Framework Core for Oracle Database.
|
842 |
PommaLabs.KVLite.Oracle
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default Oracle driver.
|
22 |
PommaLabs.KVLite.Oracle
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default Oracle driver.
|
24 |
PommaLabs.KVLite.Oracle
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default Oracle driver.
|
25 |
PommaLabs.KVLite.Oracle
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default Oracle driver.
|
30 |
PommaLabs.KVLite.Oracle
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default Oracle driver.
|
76 |
PommaLabs.KVLite.Oracle
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default Oracle driver.
|
83 |
PommaLabs.KVLite.Oracle
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default Oracle driver.
|
124 |
PommaLabs.KVLite.Oracle
KVLite is a partition-based key-value cache built for SQL RDBMSs. This package contains default Oracle driver.
|
259 |
Version | Downloads | Last updated |
---|---|---|
23.9.1 | 1 | 07/21/2025 |
23.9.0 | 1 | 07/12/2025 |
23.8.0 | 8 | 04/16/2025 |
23.7.0 | 14 | 12/29/2024 |
23.6.1 | 14 | 11/18/2024 |
23.6.0 | 15 | 10/02/2024 |
23.5.1 | 17 | 08/17/2024 |
23.5.0 | 25 | 08/29/2024 |
23.4.0 | 41 | 05/12/2024 |
23.3.3-dev | 17 | 05/12/2024 |
23.3.2-dev | 27 | 03/12/2024 |
23.3.1-dev | 32 | 02/08/2024 |
23.3.0-dev | 27 | 01/04/2024 |
23.2.0-dev | 27 | 02/05/2024 |
3.21.190 | 0 | 07/01/2025 |
3.21.180 | 7 | 04/24/2025 |
3.21.170 | 15 | 12/30/2024 |
3.21.160 | 22 | 10/02/2024 |
3.21.150 | 21 | 08/29/2024 |
3.21.140 | 29 | 04/13/2024 |
3.21.130 | 25 | 02/07/2024 |
3.21.120 | 25 | 02/07/2024 |
3.21.110 | 24 | 02/07/2024 |
3.21.100 | 31 | 04/21/2023 |
3.21.90 | 24 | 02/05/2024 |
3.21.80 | 24 | 02/05/2024 |
3.21.70 | 171 | 10/12/2022 |
3.21.61 | 54 | 10/27/2022 |
3.21.50 | 181 | 01/10/2022 |
3.21.41 | 50 | 12/15/2021 |
3.21.4 | 83 | 12/14/2021 |
3.21.3 | 30 | 08/04/2021 |
3.21.1 | 84 | 02/15/2021 |
2.19.280 | 0 | 07/01/2025 |
2.19.270 | 8 | 04/15/2025 |
2.19.260 | 16 | 12/30/2024 |
2.19.250 | 20 | 10/02/2024 |
2.19.240 | 23 | 08/29/2024 |
2.19.230 | 25 | 04/13/2024 |
2.19.220 | 26 | 02/07/2024 |
2.19.210 | 23 | 02/07/2024 |
2.19.200 | 25 | 02/07/2024 |
2.19.190 | 40 | 02/07/2024 |
2.19.180 | 24 | 02/07/2024 |
2.19.170 | 26 | 02/07/2024 |
2.19.160 | 27 | 02/07/2024 |
2.19.151 | 30 | 02/07/2024 |
2.19.140 | 25 | 02/07/2024 |
2.19.131 | 24 | 02/07/2024 |
2.19.130 | 33 | 10/30/2021 |
2.19.110 | 26 | 03/16/2021 |
2.19.101 | 263 | 02/26/2021 |
2.19.100 | 30 | 11/24/2020 |
2.19.91 | 32 | 11/02/2020 |
2.19.90 | 25 | 09/18/2020 |
2.19.80 | 278 | 08/06/2020 |
2.19.70 | 32 | 05/28/2020 |
2.19.60 | 42 | 02/18/2020 |
2.19.50 | 26 | 02/05/2024 |
2.19.31 | 28 | 02/05/2024 |
2.19.3 | 30 | 02/08/2024 |
2.18.151 | 26 | 02/07/2024 |
2.18.15 | 26 | 02/05/2024 |
2.18.6 | 29 | 06/23/2020 |
2.18.5 | 27 | 02/08/2024 |
2.18.3 | 27 | 02/08/2024 |
2.12.0-beta3 | 24 | 02/08/2024 |
2.12.0-beta2 | 28 | 02/08/2024 |