We are working on a fairly old batch application that has a few connections to an Oracle database, it uses mybatis or jooq, depending on how old the codebase is.
We gotten an alert yesterday regarding the number of connections that are occurring are about to exceed the max. And the cause is most likely from us.
Is there anyway I can find out how many connections are going to the Oracle Database from our application? We are using the Intellij Idea IDE Ultimate edition if that helps.