Double the Oracle DB connections from JBoss you expect?

JBoss doubles your Oracle connection pool size when separating transactional and non-transactional connections.

  • <no-tx-separate-pools/> - Pool Transactional and non-Transactional connections separately.  Using this option will cause your total pool size to be twice max-pool-size because two actual pools will be created.  Used to fix problems with Oracle.

No comments yet