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

DB connection pool is not used when creating new connections #2355

Open
skudryav opened this issue Nov 2, 2023 · 0 comments
Open

DB connection pool is not used when creating new connections #2355

skudryav opened this issue Nov 2, 2023 · 0 comments

Comments

@skudryav
Copy link

skudryav commented Nov 2, 2023

@yahonda We are seeing that @connection is different on every request even though pool size is 5

Steps to reproduce

Check that new db connection is created on every request and db connection pool is not used when creating new connections.

Expected behavior

Oracle Enhanced driver should have ability to use db connection pools (there is db connection pooling on OCI8/ruby)

Actual behavior

new db connection is created on every request - DB connection pool is not used when creating new connections

System configuration

Rails version:
6.1.7
Oracle enhanced adapter version:

= 6.1.5
Ruby version:
3.1.4
Oracle Database version:
19c

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