Oracle Connection Pool
Hello
I have a application make more than 3 million request with oracle per day (select , update , insert ) and now I'm using open connection and then close the connection after the request been completed.
my questions is what is the best way to create a connection pool to have a better performance?
DB: Oracle 19.21c
OS: OL9.3
Thanks