What do you understand by JDBC connection pool? What are the
steps to create a connection pool in WebLogic?
Answer / sriram
Connection pooling being normally used in web-based and enterprise applications is usually handled by an application server. Any dynamic web page can be coded to open a connection and close it normally but behind the scenes when a new connection is requested, one is returned from the connection pool maintained by the application server. Similarly, when a connection is closed it is actually returned to the connection pool.
Is This Answer Correct ? | 1 Yes | 0 No |
What can be the various reasons for a server crash?
How do I learn what codesets are available in oracle? : BEA Weblogic
What type of object is returned by resultset.getobject()?
Does weblogic jms support clustering? : BEA Weblogic
Tell me about security in weblogic?
what will happen if a managed server will go down at the time of performing the request
How to update license?
What can be the reasons for server hang?
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
How do I do http tunneling? : BEA Weblogic
Tell me what are the ways in which weblogic servers can run on multiple machines?
How does a file store compare with a jdbc store? : BEA Weblogic