What is DataSource ?how can its associated with connection
pools ?
Answers were Sorted based on User's Feedback
Answer / sriram
A Data Source object enables JDBC applications to obtain a DBMS connection from a connection pool. Each Data Source object binds to the JNDI tree and points to a connection pool or MultiPool. Applications look up the Data Source on the JNDI tree and then request a connection from the Data Source.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / faraz
DataSoource is an Interface that is an alternative to
Driver manager.It has methods :
getConnection()
getConnection(username,pwd)
...and many more..
Through JNDI it connects with database.
Or It takes from Connection pool.
| Is This Answer Correct ? | 3 Yes | 1 No |
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 |
what is critical environment in weblogic
How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
Does WLS supports CORBA?
What is trouble shoot in weblogic
What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of polymorphism? 15. What is inheritance?
Explain the performance tuning in jvm?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
Inclined to build a profession as oracle weblogic developer?
What are the capabilities of weblogic server?
what are the benefits of classpath?
Do you know what are the steps required to modify config.xml file of web logic server?
What is managed server