dotnet-db-samples
dotnet-db-samples copied to clipboard
.NET code samples for Oracle database developers #OracleDotNet
I read the documentation of [Oracle.EntityFrameworkCore](https://docs.oracle.com/en/database/oracle/oracle-data-access-components/19.3/odpnt/EFCoreREDataTypeMapping.html#GUID-4FF3A9A3-AE49-431B-A4FB-31F8C53FCCF5), yet it does not contain any information about how to customize the default mappings. Is is possible somehow ? .NET version allowed the customization...
The bug #84 is back with Oracle EF Core 6. :angry: When I do ```csharp var days = (from r in dbContext.Blogs select (DateTime.Now - r.CreationDate).Days).FirstOrDefault(); ``` I get a...
Are the new .NET 6 `DateOnly` and `TimeOnly` types supported? (And if not, are there plans to support them?)
I am attempting to map Oracle Text Contains function on an Index column using Entity Framework Core. I am referencing this issue #136 using a similar set of codes. However,...
Ado.Net classes such as `DbCommand`, `DbConnection` have async methods that aren't truly async and just execute the non-async versions and return their result. It would be nice if ODP.NET had...
We need to connect Oracle DB via Kerberos in .Net Core. I came across an old thread - https://community.oracle.com/tech/developers/discussion/4288468/kerberos-support-for-odp-net-core which says that its not possible. Is this true as of...
Are there plans to add OpenTelemetry to Oracle managed provider, Thanks
Hi, i have just upgraded all packages in my solutions and i have a strange bug. Some of my queries have exists filter. If i build the query like below,...
Title says it all.
Hi, even though the odp.net driver supports associative array binding, it only supports array index by integer. Is it possible that the driver could support in a future release, array...