Click here to Skip to main content
15,890,995 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have One Web Server and Two Database Server (Oracle DataBase).
When One Database Server is down Client Data should be routed to second Database Server.

Is this possible.

Please help me.

Thanks in Advance.
Posted
Updated 8-Jun-11 23:13pm
v2
Comments
Sandeep Mewara 9-Jun-11 5:20am    
Ping the database and check for connections... if not available then route to another one. What is the issue?
AswinKrishnan 13-Jun-11 15:55pm    
Oracle's High Availability Architecture may help you in this.

Data guard only
The productive site runs on the primary database. One or more secondary sites have a logical or a a physical standby database.
When there is a failure at the productive site, the DBA can use Data Guard to fail over to a secondary site. However, this failover must be triggered manually.
disaster recovery

Maximum Availability Architecture (MAA)
The primary site has a RAC environment. The secondary site(s) have clusters with both physical and logical standby databases.
This is the most secure architecture against inavailability.

1 solution

This article might be useful to you.
Database Load Balancing Service for ASP.NET[^]
 
Share this answer
 
Comments
kanchan dhage 9-Jun-11 6:09am    
I have gone through this article.But In this i am not able to call windows service from my web application

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900