spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
737 stars 339 forks source link

Create one connection pool for Oracle #1816

Closed schauder closed 3 weeks ago

schauder commented 3 weeks ago

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 https://github.com/spring-projects/spring-data-relational/issues/1815

schauder commented 3 weeks ago

Merged.