NO!
If you use that jdbc string, you won’t balance the connection, nor recover in case an instance goes down. We’re using something like:
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=)(PORT=<port_host1>))(ADDRESS=(PROTOCOL=TCP)(HOST=)(PORT=<port_host2>)))(CONNECT_DATA=(SERVICE_NAME=<that’s not the sid, it’s service name>)))
you’re driver has to support this.
#webMethods#Integration-Server-and-ESB#B2B-Integration