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

Create one connection pool for Oracle #1816

Closed
wants to merge 2 commits into from
Closed

Conversation

schauder
Copy link
Contributor

We now use one pooled DataSource for Oracle.

This should avoid problems with the TNS-Listener, which seems to have a problem with constantly opening and closing connections.

Closes #1815

schauder added 2 commits June 13, 2024 16:08
We now use one pooled `DataSource` for Oracle.

This should avoid problems with the TNS-Listener, which seems to have a problem with constantly opening and closing connections.

Closes #1815
@schauder schauder requested a review from mp911de June 14, 2024 06:59
schauder added a commit that referenced this pull request Jun 14, 2024
We now use one pooled `DataSource` for Oracle.

This should avoid problems with the TNS-Listener, which seems to have a problem with constantly opening and closing connections.

Closes #1815
Original pull request #1816
schauder added a commit that referenced this pull request Jun 14, 2024
We now use one pooled `DataSource` for Oracle.

This should avoid problems with the TNS-Listener, which seems to have a problem with constantly opening and closing connections.

Closes #1815
Original pull request #1816
schauder added a commit that referenced this pull request Jun 14, 2024
We now use one pooled `DataSource` for Oracle.

This should avoid problems with the TNS-Listener, which seems to have a problem with constantly opening and closing connections.

Closes #1815
Original pull request #1816
@schauder
Copy link
Contributor Author

Merged.

@schauder schauder closed this Jun 14, 2024
@schauder schauder added this to the 3.2.7 (2023.1.7) milestone Jun 14, 2024
@mp911de mp911de added the type: task A general task label Jun 14, 2024
@schauder schauder deleted the issue/1815-tns-error branch June 17, 2024 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Oracle IntegrationTests fail occasionally with ORA-12516
2 participants