Skip to Main Content

Java Database Connectivity (JDBC)

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!

load balancing not working

1043708Sep 27 2013 — edited Oct 15 2014

Hi,

We're using jboss to connect to oracle RAC.

We have two nodes (ora1 and ora2 - both on oracle linux), but all the traffic goes to ora2. We'd like the traffic to go to both ora boxes.

It's not a network issue. I'm able to telnet from our application box to both oracle boxes.

Here is the string:

@(DESCRIPTION=

  (ADDRESS_LIST=

  (ADDRESS=

  (PROTOCOL=TCP)

  (HOST=10.23.1.125)

  (PORT=1522)

  )

  (ADDRESS=

  (PROTOCOL=TCP)

  (HOST=10.23.1.126)

  (PORT=1522)

  )

  )

  (LOAD_BALANCE = on)

  (CONNECT_DATA =

  (SERVER = DEDICATED)

  (SERVICE_NAME = dbstring)

  )

)

Thanks!   

This post has been answered by 1043708 on Oct 14 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2013
Added on Sep 27 2013
3 comments
952 views