Can the Oracle DRCP connection pool and a middle tier connection pool run simultaneously?
0 We have several web applications using my-batis as a connection pool on the web server. We are using the Oracle 12c database. Now we are adding a new application X which uses individual connections for every request and is very inefficient. We would like to enable the Oracle DRCP connection pool and have application X use it without affecting the previously existing apps that have a connection pool. Our DBA informed me that it looks like all the applications will have to use the Oracle DRCP connection pool if it is enabled, meaning we will have to reconfigure the connection method in all of our applications for this application X. Does anyone know if this is the case, or can you have the Oracle DRCP connection pool running without affecting our middle tier connection pools? oracle connection-pooling oracle12c share | improve this question asked Nov 14 '18 at 0:06 Chris Pratt Chris Pratt 8 6 add a comment | 0 ...