Joined: Tue Jan 11, 2005 4:34 am Posts: 18
|
can hibernate can solve connection redirection of database when crash occur?
the scenario is where in if application A connected to Database A and suddently database A crashes hibernate should now search for the available database, which let say it is database B. so now hibernate will connect to database B.
everytime Database A is up. all the idle database is update. but no direct query on the idle database is done. only update logs. so in reality wat ever database A has. all the idle database from B...Z is also updated.
this secenario is solved in different levels one is hardware level. second is database level third is server level. fourth is application level. so on the level of hibernate the question is can it do such?
tnkx
|
|