Hi everybody,
I'm using jRDC2 to connect to an Oracle database. Everything works fine, but when I run a query that returns more than … let's say 50 records, the jRDC2 server creates 15 connections, and doesn’t release them.
The Oracle server has limited connections, and other services also connect to it, so I need to reduce if possible the number of connections.
So, are there any ways to, either, create fewer connections or disconnect and free them up for other processes after they’re used?
I am using the default B4J jRDC2 application, so no extra code beside the added oracle driver.
Best regards