Re: Oracle Database Connection Pool creation from Beam

2022-07-29 Thread Alexey Romanenko
Additionally to what Moritz said, I just wanted to give an example of using JdbcIO.PoolableDataSourceProvider taken from JdbcIO Javadoc: To customize the building of the DataSource we can provide a SerializableFunction. For example if you need to provide a PoolingDataSource from an existing

Re: Oracle Database Connection Pool creation from Beam

2022-07-29 Thread Moritz Mack
Could you share some more details what you’ve tried so far? I suppose you are using the JdbcIO, right? Have you looked at JdbcIO.PoolableDataSourceProvider? / Moritz On 28.07.22, 17:35, "Koka, Deepthi via dev" wrote: Hi Team, We have an issue with the Oracle connections being used up and we