How good is Oracle Universal Connection Pool (UCP)
问题 Does anybody have experience with using Oracle UCP under real production load? Does it handle database reconnects well? Are there any multi-threading issues? Has anybody compared it with C3P0 or Apache DBCP? 回答1: I evaluated UCP 11.2.0.1 as a replacement for our legacy connection pool and I cannot recommend it : it does not fully support jdk 6 / ojdbc6.jar. For example the use of statement caching and jmx-support does not work with java 6 and throws exceptions. no internal statement cache -