Can we call oracle.ucp.jdbc.PoolDataSource.getConnection() from multiple threads ?
Asked
Active
Viewed 157 times
1 Answers
1
oracle.ucp.jdbc.PoolDataSource.getConnection() API is used to borrow a connection from the ucp pool. So, yes you can call it from multiple threads.

Saurabh Verma
- 116
- 4