Database - RAC/Scalability (MOSC)

MOSC Banner

Load balancing using service

edited Nov 12, 2013 2:47AM in Database - RAC/Scalability (MOSC) 4 commentsAnswered

service EMPL_HTTP1.NET is running on instance(s) EMPL1
Service EMPL_HTTP2.NET is running on instance(s) EMPL1

We were doing load testing yesterday and all the connections were routed to instance 1 as seen below.


  INST_ID   COUNT(*)
---------- ----------
         2         73
         1        301


   INST_ID   COUNT(*)
---------- ----------
         2         73
         1        347


 INST_ID   COUNT(*)
---------- ----------
         2         77
         1        436


   INST_ID   COUNT(*)
---------- ----------
         1        635
         2         72


Is there a way I can do load balancing specifically during performance testing?

Thanks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center