How to create a connection pool ?
Answers were Sorted based on User's Feedback
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 |
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 |
What is MSI mode?
What is a thread dump?
What is meant by managedserver?
How is the logging implementation specified in web logic?
When should I use the -nostage option?
How do I enable debugging for the messaging bridge? : BEA Weblogic
What are the disadvantages of node manager?
What is the admin server?
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?
Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic
What is the difference between url instance and urlconnection instance?
What Is Boot.proerties File In Weblogic Server ?