Hi All,
DB: oracle 11g r2
rhel 5
Can we remove a rac node from a cluster when a huge transaction is going on?
eg: node1, node2, node3 and we want to remove the node3. if the huge transaction is running through node 3 and if we remove the node3, will the transaction will failover to node1 or node2?
I believe we can do so with a performance overhead.(not sure about transaction failover)
Pls correct me if I am wrong.