Answer Posted / vamsee
in app server u will diffine that connect to which data
base according to that connection will be establised and u
can get data from data base.if the data base is not working
then u will get a error page(related to database).
if u want to give 100% availability for clint then u can
use failover concept and place the data in to different
databases and give instructions for u r application that if
one data base is fail to serve the data after partucular
time the request will rediirect to another database where
data is present.
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
Explain deployment descriptors?
What are pending messages in the console? : BEA Weblogic
What is meant by prallel gc and explain it?
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
Explain what are the transaction isolation levels supported by weblogic jdriver?
What are tuning jvm parameters?
How do I create a producer pool? : BEA Weblogic
Which xml parser comes with weblogic server 6.1? : BEA Weblogic
What causes an ociw32.dll error? : BEA Weblogic
What is the format of the log message out to standard out?
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
What type of object is returned by resultset.getobject()?
How to configure jms?
What is the function of managedconnection.addconnectioneventlistener() in web logic server?