Oracle JDBC Driver - What is the expected behavior when a RAC node is shutdown which transactions ar
We have a RAC with two nodes, instances for load-balancing and node fail-over. While sending sql requests, inserts, selects, etc, we shutdown (srvctl stop instance -d db_name -i instance_name) one of the nodes/instances.
What are the expected behaviors when a RAC node/instance is shutdown which transactions are in flight? What recovery methods are used and what is the role (responsibility) of the jdbc driver vs the application for recovering and/or restart the transactions?
(Hope I'm not mixing of terms, node and instance)
Thanks,
Ronnie