What is DataSource ?how can its associated with connection
pools ?
Answer Posted / ram
JDBC datasource provides the database access and database
connection management each datasource contain the pool of
database connections,
1. In single server configuration, assign each datasource
and its associated connection pools or multiple to the server.
2.Admin server & managed server congiguration, the target
the datasource and associated with a connection pool to the
servers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define the list of pre-configured queues?
Can you briefly describe local interfaces?
What happens if remove( ) is never invoked on a session bean?
How do I manage a queue to view and delete specific messages? : BEA Weblogic
How do I increase weblogic server memory?
What should an xpath selector look like? : BEA Weblogic
What is the purpose of t3 in weblogic server?
Name the various message severity levels in web logic?
Must ejbs be homogeneously deployed across a cluster? Why?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
Do you know what type of object is returned by resultset.getobject()?
How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic
What is t3??
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
How many types do you configure managed server in weblogic server?