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 ? | 11 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 |
Can you explain what are the ways in which the dns request of failed servers handled?
By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file
How many WebLogic servers can be held inside a multi-processor machine?
what r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?
What is node manager?
how to handle out of memory in weblogic? and if server is getting more requests then what we have to do in production environment?
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
Explain Abt ur wls environment in ur company ?How to answer this question?
How many weblogic severs can be installed in a multi cpu machince and how can you figure out how many servers?
How can we know if there is any memory leakages happening? how to overcome the memory leakage situation?
What is config.xml?