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 the java authentication and authorization service (jaas) 1.0?

0 Answers  


Do you know what is the local interface used by web logic server?

0 Answers  


Difference between Apache and Jboss

1 Answers   TCS,


Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic

0 Answers  


What is SSL in weblogic ?

0 Answers  






What is node manager?

0 Answers  


What are the advantages of cluster?

0 Answers  


when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or more than 2 managed severs in our unix env.how can we start all our managed servers. I know we have to copy startManagedWebLogic with server name.then wht to modify in the script to start ecah of the managed servers?

3 Answers   HP,


How could you retrieve password for I-Planet console if you have forgotten?

1 Answers   HCL,


How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic

0 Answers  


which is the GOOD INSTITUTE to learn WEBLOGIC & SOA ADMIN in Hyderbad?

2 Answers   TCS,


What is Connection Pool ?

2 Answers  


Categories