You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have .Net framework API with odp.net.x64 package to access Oracle DB. I'm trying to move my application to .Net core and get Oracle.ManagedDataAccess.Core package for this, but my request to DB became 10 times slower. I have a simple select to DB and dbCommand.ExecuteReader() takes more then 2 sec for executing. In the previous version, it was 300 ms. I can't find any information why it so slow. Any ideas?