Walter Dias
Walter Dias
I did some regression on the drivers present on the nuger.org and these are the results: | Version| Status | | --- | --- | |23.5.1|Fails| |23.5.0|Fails| |23.4.0|Fails| |3.21.150|works| Something...
Okay make sense, but.... even if I disable the Pooling = false on the connection string when using the code provided by you guys (https://github.com/oracle/dotnet-db-samples/blob/master/samples/async/async.cs) on the stress test scenario...
The log is quite big this is a section from what I get from it: ``` 2024-09-26 18:45:08.477922 TID:20 (PUB) (ENT) OracleConnection.OpenAsync() 2024-09-26 18:45:08.477926 TID:20 (PUB) (ENT) OracleConnection.OpenAsyncHelper() 2024-09-26 18:45:08.477932...
> how to enable this logging @CavidH to enable the the log just use the following statments: ``` OracleConfiguration.OracleDataSources.Add("oracle", ""); // Set tracing options OracleConfiguration.TraceFileLocation = @"/tmp/oracle"; OracleConfiguration.TraceLevel = 7;...
> Thanks @WalterDias! We'll review the trace. > > @CavidH We'll see what the trace has. You can set an [Oracle listener connection rate limit](https://docs.oracle.com/en/database/oracle/oracle-database/19/netrf/oracle-net-listener-parameters-in-listener-ora.html#GUID-F302BF91-64F2-4CE8-A3C7-9FDB5BA6DCF8) if you need to slow...
@alexkeh any thoughts about the problem?
Thx for the support @alexkeh, I perform the same tests with 23.6 and de issue still there. I you guys need any further test let me know. At. Walter Dias
Hi @alexkeh I did the test and work fine, but as you can se on the video it took 7 seconds to response start to come (https://github.com/oracle/dotnet-db-samples/issues/412). My only concern...
@alexkeh the file was zip and inside has a 7z file.
Okay @alexkeh I will add SetMinThreads as workaround as suggested and await for the fix. I did this stress test to simulate what happen eventualy in our production environment, since...