Why set LOAD_BALANCE=NO in 10gR2 RAC running E-Business Suite 11i
While reviewing Oracle Note: +452056.1 - Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC+
The note says "[RAC ONLY] *The service definition for a RAC database should include all the instances and specify the "load_balance=no"* and "failover=yes” options."
In our current production configuration load balancing is enabled (=yes in tnsnames.ora) and our sessions are well balances between each RAC database instance.
So I don't know why this note suggests we should set the LOAD_BALANCE=NO ? If we disable load balancing, then wouldn't that cause an imbalance among sessions? I just can't see any justification for this.