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

Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic

0 Answers  


How does a file store compare with a jdbc store? : BEA Weblogic

0 Answers  


How do you disturbute applications over a cluster of weblogic nodes

2 Answers   ASIS, HCL, Steria,


What are the special design care that must be taken when you work with local interfaces?

0 Answers  


What is the administration server?

0 Answers  






What is non-stage deployment?

0 Answers  


How do I get a thread dump to help track down a problem? : BEA Weblogic

0 Answers  


Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?

3 Answers  


What is cluster stub?

0 Answers  


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic

0 Answers  


Tell me what are the ways in which weblogic servers can run on multiple machines?

0 Answers  


What is application tuning?

0 Answers  


Categories