How to create a connection pool ?

Answers were Sorted based on User's Feedback



How to create a connection pool ?..

Answer / lokesh

creating the Connection objects in advance and place them
in a pool for future use. We can call this concept as
Connection Pooling. When ever the application need the
connection it takes the connection object uses it and afer
completing the task it returns the object to the pool.

Is This Answer Correct ?    1 Yes 2 No

How to create a connection pool ?..

Answer / sumit

Connection Pool -> General ->
Configuration...there you will find all type of settings,
its cache size, no. of connection pool and much more.

Note: User Advance option for more features.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Weblogic Interview Questions

What is a cluster? What is High Availability and Fail over?

3 Answers   IBM,


What are web logic servers?

0 Answers  


How to find out the listening ports?

0 Answers  


Explain the types of node manager?

0 Answers  


What is meant by jndi and why its needed??

0 Answers  






What is t3 protocol?

0 Answers  


How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic

0 Answers  


Inclined to build a profession as oracle weblogic developer?

0 Answers  


Explain different parts available as part of jvm and describe them in few lines.

0 Answers  


What Is A Weblogic Server Cluster ?

0 Answers  


What are the recommend parameters to improve the prformance from data-source point of view.

0 Answers  


How do I restrict access to servlets and jsps? : BEA Weblogic

0 Answers  


Categories