stopping RAC instance -o transactional acts like immedate
srvctl stop instance -d <dbname> -i <instance> -stopoption transactional <-- processes running on this instance are terminated immediately. Documentation indicates that active processes will not be terminated (until a timeout of 600 seconds) or 5 mins.
why are the processes terminated immediately?