Database availability on the remaining survival instance after an instance of a RAC cluster is down?
I'd like to know database availability on the remaining survival instance after an instance is down, and how long the unavailability will take.
Say a RAC cluster contains node A and B. It works well, but I suddenly turn off node A. So what happens to the instance on node B?
My basic understanding is:
1. Before heartbeat timeout (default is 30s), B is available. However, if a SQL query tries to access a buffer block which was held by A, then it will hit an error (or hang there). So, we can say that B is not available during this period.