|
|
|
|
Re: Changing parameter in RAC node one by one [message #457967 is a reply to message #457187] |
Wed, 26 May 2010 10:11   |
mkounalis
Messages: 147 Registered: October 2009 Location: Dallas, TX
|
Senior Member |
|
|
If you shut down an instance, all connections to that instance will get disconnected. If you have TAF configured at your client, the connections will reconnect to a surviving node. Any select statements in progress will complete, but any uncommitted dml running will have to be re-executed as the transaction will have been rolled back. I would look at the RAC concepts manual for details at docs.oracle.com. You may want to enable FAN via ONS to your client to handle node failures or planned node outages. The client is responsible for handling database connections - there is no automagical movement of connections between rac nodes in the case of a failure or a shutdown.
|
|
|
|
|