Database recovery in a replication environment [message #349970] |
Tue, 23 September 2008 11:19 |
PayoRanger
Messages: 7 Registered: September 2008
|
Junior Member |
|
|
Hi everybody,
I've configured a replication environment with Oracle 11g (Multi-master synchronous replication). Apparently it works fine, when replication is started any change in a table that belongs in a node is replicated in the rest of the nodes.
One of the tests I'm making is the following: Try to see what happens if one of the nodes drops. Meanwhile one of the nodes is no avalaible, any modification in an available node is not allowed (as I expected). I'm trying to see if the database service can be available meanwhile a node is missing, although the replications is not running.
What I've experienced is replication cannot be suspended until the the node was down is restarted.
Is this the usual behaviour or can I set any parameters to avoid this? In other words, is it possible the database service is running meanwhile one of the nodes is down? The application I'm working on needs this type of replication, buy also needs the service is running always?
What can I do to make possible the service is running even when a node falls?
Thanks in advance
|
|
|
|
|
|
Re: Database recovery in a replication environment [message #351296 is a reply to message #350347] |
Tue, 30 September 2008 04:28 |
PayoRanger
Messages: 7 Registered: September 2008
|
Junior Member |
|
|
I'm using synchronous replication, although I could use the asynchronous option with a very short period to propagate changes.
Could be possible the database service goes on without replication y one of the nodes drops without user intervention?
Best wishes
Payo
|
|
|
Re: Database recovery in a replication environment [message #351343 is a reply to message #351296] |
Tue, 30 September 2008 07:34 |
babuknb
Messages: 1736 Registered: December 2005 Location: NJ
|
Senior Member |
|
|
Yes. I think little bit i analyzed.
Quote: | I'm using synchronous replication
|
Quote: | Try to see what happens if one of the nodes drops. Meanwhile one of the nodes is no avalaible
|
As per your environment configuration. One of the node (database) dropped or not available data should rollback. This is not good. You can go with ASYNC environment.
Quote: |
Try to see what happens if one of the nodes drops. Meanwhile one of the nodes is no avalaible, any modification in an available node is not allowed (as I expected). I'm trying to see if the database service can be available meanwhile a node is missing, although the replications is not running
|
Yes. I agree this is good question. If it's read only materialized view's in your missing or dropped node(database) no need to worry. You can transfer from master site.
Suppose; If it's Updatable materialized view then we need to worry.
With out backup no way to recover.
Babu
[Updated on: Tue, 30 September 2008 07:37] Report message to a moderator
|
|
|