Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

logging issue with Oracle.EntityFrameworkCore 7.21.*

Andrew MoskevitzJul 3 2023 — edited Jul 3 2023

Oracle.EntityFrameworkCore
version 7.21.8
version 7.21.9

in these packages in
Oracle.EntityFrameworkCore.dll!Oracle.EntityFrameworkCore.Storage.Internal.OracleRelationalCommandBuilderFactory.OracleRelationalCommandBuilder.OracleRelationalCommand.ExecuteReaderAsync

(and ExecuteReader, ExecuteNonReader and ExecuteNonRraderAsync)

there is a raw call to Debug.WriteLine, instead or whatever mechanism the rest of the trace type calls use, as such the filtering mechanisms are unavailable and all sql executed through this path are written to the debug console. when running a program that does a lot of database calls, this is causing a significant slowdown.

any chance this will get fixed any time soon, we are trying to move to EFCore 7 and this is a holdup.

I verified it is not present in 6.21.90

This post has been answered by Alex Keh-Oracle on Aug 16 2023
Jump to Answer
Comments
Post Details
Added on Jul 3 2023
10 comments
1,253 views