Thursday 28 November 2013

How to set jdbc connecton pool in weblogic10

Below are the steps:

  1. click on environments
  2. click on services
  3. click on JDBC
  4. click on DataSources
  5. click on jdbcdatasource-0(that is user defined)
  6. click on connection pool
  7. enter values of intial capacity(that is no of db connections used for initially)
  8. enter value of max capacity(that is max db connections used by app server)












capacity increment is for db connections after reaching the initial connections then connections incrementation