Node Affinity For A Concurrent Program - Oracle EBS R12
Hi,
We all know that, it's possible to make a concurrent program to run on a specific node ever by defining it's node affinity.
I've some questions regarding this custom procedure:
1 - We're tagging a concurrent program to a manager whose primary node is 1 and it's secondary node is 2. If we set the node affinity for the program to 2, whether all the future requests of the program will be running on node 2?
2 - If we see it's requests still running on node 1, what will be the scenario?
3 - With the node affinity has been set to 2, the program doesn't have anything to do with it's manager's primary node?