RAC services in 19c
Hi
we have a question on the 19c RAC DB services
If we create a service for a 2 node 19c RAC DB like below
srvctl add service -d testdb -s testapp -r node1,node2 -P BASIC -e SELECT -m BASIC -z 15 -w 5 -j LONG
The application once started would create connection on both nodes. Correct?
Now if one of the nodes, lets say node1 goes down, all the existing connection will fail over to node0 and any new connection will connect to node0 as well. Correct?
Once node1 comes back online, it seems that the new connections once again would start to connect to both nodes but the existing connections would remain on node0. Correct? If yes, what options we would have to re-balance the connections to both nodes in that scenario?