What happen when your database and proxy server are down
and your weblogic server is up
Answer Posted / shri
Ahhh! When the DB is down, datasources would go in inactive
mode. But yeah, your application would be impacted majorly
when DB is down and you have used weblogic datasources to
connect to database. As when database comes up, you would
need to restart the weblogic server to bring the weblogic
datasources in ACTIVE mode.
Slight or not complete impact on application in this case.
Things not dependent on DB would work perfectly alright.
And of course, when the proxy server is down, no request
would be accepted. All would be rejected. So 100% fauilre
of application.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is nmenroll in wlst?
Msi replica mode??
what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
Explain what is the purpose of using multipools in web logic server?
Write a program to call the store procedure of oracle that takes no parameter?
What is clustering? What are the different types and how does clustering works in a network ?
Do you know what are the steps required to modify config.xml file of web logic server?
Is it possible to set aside a message and acknowledge it later? : BEA Weblogic
How do I use a third-party jdbc driver with jms? : BEA Weblogic
When can high usage of CPU occur?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
What is an administration server?