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!