Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification about Incr Pool Size parameter #443

Open
mcortellino opened this issue Feb 14, 2025 · 0 comments
Open

Clarification about Incr Pool Size parameter #443

mcortellino opened this issue Feb 14, 2025 · 0 comments

Comments

@mcortellino
Copy link

Hello I am conducting laboratory test and fine tuning on Connection string parameters using ODP .NET 23.7.0.
I have a doubt about Incr Pool Size parameter, the docs says that this is the:

"Number of new connections to be created when all connections in the pool are in use."

So my assumption was that when I create the first connection, the driver should open 5 connections instead of 1.
But what actually happens is that it opens a number of connection between 1 and Incr Pool Size.

Most of the time the driver opens only 2 connections. So this parameter seems to be the Maximum number of connection created when all connections in the pool are in use. Is this correct?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant