In 11gr2 RAC how does a select query fails over to other node
Suppose we have a two node 11gr2 RAC,I am connected to node 1 and trying to run a select which would return me 1000 rows,while this query was still running, node 1 went down (Assume it has fetched 900 records).
Now ideally the select will be switched and will be running from node 2 to fetch remaining 100 records.
How does the two node co-ordinate this part,Which process comes in to picture for this select statement