Hi,
I have an application, using the latest ODP.NET Core and need to get information about the current number of active connections in the pool. The reason for that is that I need to monitor the number of active connections and, if threshold exeeded, restart the application.
Right now, the only way I see to get that information from the ODP.NET is to let it write performance counters and then read the written information. Is there any other possibility to get that information within the application? It would be nice to have a static getter method for that.