Stopping an Instance on RAC with session failover
In oracle database 12.2 with 2 node RAC. I need to stop instance nod01 along with scan listner and vip failover to 2nd node. If I stop just database instance with command; "srvctl stop instance -d dbname -i instname1 -o immediate -failover -force" it stops db on instname1 but since scan_listener and nod01-vip does not relocate therefore user request comming to this node gets error message. What is the correct command / sequence of command to stop db on one isntance with clear failover the sessions to other node?