Skip to Main Content

Oracle Database Discussions

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!

Diference between Client-Side and Server-Side Load Balancing

lesakJul 10 2009 — edited Jul 10 2009
Hi,

Could anyone can explain what is a difference between CS & SS Load Balancing? Furthermore I will be glad if someone explain how server is choose from list in tnsnames.ora

RAC =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = nod1)(PORT=1521)
(ADDRESS = (PROTOCOL = TCP)(HOST = nod1)(PORT=1521)
(ADDRESS = (PROTOCOL = TCP)(HOST = nod1)(PORT=1521)
(ADDRESS = (PROTOCOL = TCP)(HOST = nod1)(PORT=1521)
(ADDRESS = (PROTOCOL = TCP)(HOST = nod1)(PORT=1521)
(CONNECT_DATA = (
(SERVER = DEDICATED)
(SERVICE_NAME = RAC)
)

when LOAD_BALANCE is ON and how server is choose when LOAD_BALANCE is OFF.

Regard.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2009
Added on Jul 10 2009
5 comments
4,210 views