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 a cluster? What is High Availability and Fail over?
What are web logic servers?
How to find out the listening ports?
Explain the types of node manager?
What is meant by jndi and why its needed??
What is t3 protocol?
How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
Inclined to build a profession as oracle weblogic developer?
Explain different parts available as part of jvm and describe them in few lines.
What Is A Weblogic Server Cluster ?
What are the recommend parameters to improve the prformance from data-source point of view.
How do I restrict access to servlets and jsps? : BEA Weblogic