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 |
how to integrate the webservices and jsp
How do you differentiate between a server hang and server crash issue?
Write a program to call the store procedure of oracle that takes no parameter?
What is DataSource ?how can its associated with connection pools ?
Can we add JBoss server instance to weblogic cluster?
what is critical environment in weblogic
what is directory structure of any ear/war file in weblogic
Is weblogic a web server?
What is the format of the log message out to standard out?
How do I configure jms security? : BEA Weblogic
How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic
What is an administration server?