I have an ASP.NET Core Web API which works with oracleclient.dll
.
When I publish this service to IIS, after a while, I get "ORA-03114" errors. But when I recycle the application pool, the API works successfully again.
What can I do to fix this problem?