Hi, I have a question about this behavior:
I've too many sessions working with a JDBC THIN CLIENT (around 101 sessions) I guess is a "JDBC Pool" but right now all of them are with "INACTIVE" status.
I can see all sessions despite being INACTIVE they've waiting events. for example one of them has the event "SQL*NET message from client" its state is "waiting" and "seconds in wait" are still increasing.
Its description says:
Waiting for SQL*Net message from client - waited 234446 seconds, so far
How can I avoid or tunning that behavior.
Thanks for your help.