dotnet-db-samples icon indicating copy to clipboard operation
dotnet-db-samples copied to clipboard

.NET code samples for Oracle database developers #OracleDotNet

Results 65 dotnet-db-samples issues
Sort by recently updated
recently updated
newest added

Hi Oracle team, according to [Doc](https://docs.oracle.com/en/database/oracle/oracle-database/21/odpnt/EFCore8features.html#GUID-10351987-258D-4D8B-B788-C50F2C4316B7) Primitive Collections are currently not supported. Is there a plan to support them in future?

enhancement

I would like to know if you will implement DbDataSource and if there is a milestone for this. dotnet/runtime#64812 [microsoft.com docs](https://learn.microsoft.com/en-us/dotnet/api/system.data.common.dbdatasource?view=net-7.0)

enhancement

In the following scenario: Stored procedures or functions trying to pass table valued parameters / associative arrays / PL/SQL Index-By Tables are not supporting the PLSQL RECORD type, many applications...

enhancement

It is not possible to change the default string conversion (nvarchar2) in an interpolated string. e.g. ```csharp db.Model.FromSqlInterpolated("select ... from ... where key in (... field = {val} ...)") ```...

enhancement

Example: ![image](https://user-images.githubusercontent.com/28138076/210334666-f6c0b8ab-6b55-4cbc-8547-e59a258f9d9f.png) This will generate a "could not be translated" exception. I find it strange that simple datetime operations like this is not at all working even in .NET 7....

bug

Apologies in advance if this is not the right forum for this question. Are there any plans to make Oracle.ManagedDataAccess.EntityFramework compatible with .NET 5/6? I understand that it is probably...

enhancement

Oracle has a type `TIMESTAMP WITH TIME ZONE`, and [it is recommended to use the TZR TZD format](https://docs.oracle.com/cd/E11882_01/server.112/e10729/ch4datetime.htm#NLSPG241), which looks like this as a PL/SQL literal: ```sql TIMESTAMP '1999-10-29 01:30:00...

enhancement

Hi there, We recently switched from using the unmanaged Oracle.DataAccess driver to using the Oracle.ManagedDataAccess driver. It appears that data corruption is occurring when using ManagedDataAccess.OracleBulkCopy to load data into...

bug

### Problem: For latest version of Oracle.EntityFrameworkCore lib, search string in generated sql query has unnecessary padding which results with empty collection of rows returned, despite the fact that in...

Hello, Recently, I update our nuget package from 3.21.50 to 3.21.130 We remarks an high memory usage since the upgrade. When I look at the dump, a lot of memory...