We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@yahonda We are seeing that @connection is different on every request even though pool size is 5
Check that new db connection is created on every request and db connection pool is not used when creating new connections.
Oracle Enhanced driver should have ability to use db connection pools (there is db connection pooling on OCI8/ruby)
new db connection is created on every request - DB connection pool is not used when creating new connections
Rails version: 6.1.7 Oracle enhanced adapter version:
= 6.1.5 Ruby version: 3.1.4 Oracle Database version: 19c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@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:
The text was updated successfully, but these errors were encountered: