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 |
Explain how a web logic server works?
What is multicast Address?
How do I do http tunneling? : BEA Weblogic
Is it possible to set aside a message and acknowledge it later? : BEA Weblogic
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
How many types of logs are there?
What are the steps required to setup the oracle instance for os authentication?
Match the ejb functions given below with the functionality equivalent in sql? : BEA Weblogic
How do I connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic
Explain where are the files placed while deploying the resource adapter in web logic server?
Is an xslt processor bundled in weblogic server?
Tell me about security in weblogic?