What happens when database down in weblogic

Answers were Sorted based on User's Feedback



What happens when database down in weblogic..

Answer / bhushan

Connection pool staus changes to suspended.

it tries to poll the connection. It depends on the

configuration of connection pool .I will log an error if

application tires to use the connection pool

Is This Answer Correct ?    17 Yes 0 No

What happens when database down in weblogic..

Answer / joseph anoine

in WLSS 9.2 When DB is down the connection pool/Data source
will go to SUSPENDED state waiting to re-establish the
connection with DB. when DB is up it will automaticaly re-
connect with DB . but in the middle if you re-cycle the
server. the server will go to ADMIN mode

Is This Answer Correct ?    15 Yes 0 No

What happens when database down in weblogic..

Answer / 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

What happens when database down in weblogic..

Answer / babu

When ever Your DB Down Such a case You will Get a Network
Adaptor Exception in log file

Is This Answer Correct ?    5 Yes 3 No

What happens when database down in weblogic..

Answer / chaitanya

when the db is down weblogic suspends datsource

all the connection used by application is fail

Is This Answer Correct ?    2 Yes 0 No

What happens when database down in weblogic..

Answer / ice

using connection pool we can retrive the value in the
database.

Is This Answer Correct ?    2 Yes 2 No

What happens when database down in weblogic..

Answer / srinivas

Impact only particular application which is using failure
database. Mean while we need to untarget the failure
database to aviod erros in logs. Once DB back needs to
target the same.

Is This Answer Correct ?    1 Yes 1 No

What happens when database down in weblogic..

Answer / laxmikant

There will not be any impact on Admin or managed server.

Is This Answer Correct ?    7 Yes 10 No

Post New Answer

More Weblogic Interview Questions

what is mission in weblogic

3 Answers   CTS,


How do I restrict access to servlets and jsps? : BEA Weblogic

0 Answers  


what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?

0 Answers  


What is a Thread dump? How will you take in unix/linux and windows ?

0 Answers  


How do I use persistence? : BEA Weblogic

0 Answers  






Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?

3 Answers  


A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic

0 Answers  


How to change from default JVM to other ?

0 Answers  


What is the purpose of stub in web-logic server cluster?

0 Answers  


What is meant by unicast?

0 Answers  


What is multicast address in Clustering? Why do we need it?

3 Answers   IBM,


How do stubs function in a web logic cluster?

0 Answers  


Categories