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 MSI mode?

3 Answers  


What is a thread dump?

0 Answers  


What is meant by managedserver?

0 Answers  


How is the logging implementation specified in web logic?

0 Answers  


When should I use the -nostage option?

0 Answers  


How do I enable debugging for the messaging bridge? : BEA Weblogic

0 Answers  


What are the disadvantages of node manager?

0 Answers  


What is the admin server?

0 Answers  


Hey! Is there any difference between WebLogic Server admin & WebLogic Portal? If I want to learn Course which is the suitable to Development? Both are comes under one course or different courses , pls clarify me? am Planning to Join Weblogic, Which is the best pls suggest me?

1 Answers   IBM,


Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic

0 Answers  


What is the difference between url instance and urlconnection instance?

0 Answers  


What Is Boot.proerties File In Weblogic Server ?

0 Answers  


Categories