Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need for client side load Balancing

Andy DufresneJan 13 2012 — edited Feb 16 2012
I am trying to understand the need of client side load balancing support (in an RAC environment) provided by the Oracle Universal Connection Pool (UCP). As I understand, when the connection request is made, the scan name is resolved by the DNS to a SCAN listener VIP address. This is done in a round robin manner.

The round robin algorithm would ensure that one specific SCAN listener is not overloaded. Since SCAN is used, it will make sure that the request is connected to a least loaded node, instance and a dispatcher. Also since VIP (Virtual Private Addresses) are used for SCAN, this will ensure quick connection fail-over (instead of waiting for TCP timeouts).

Isn't this enough for load balancing? It would be nice to have an experts opinion on this. Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2012
Added on Jan 13 2012
2 comments
319 views