1 Reply Latest reply on Jul 21, 2010 4:13 PM by cullendw

    JNDI Quick Question

    nskarthik_k

      Hi

       

      Quick Question

       

      URL : http://community.jboss.org/wiki/SetupAOracleDataSource

       

      REF <connection-url>jdbc:oracle:thin:@(description=(address_list=(load_balance=on)(failover=on)(address=(protocol=tcp)(host=xxxxhost1)(port=1521))(address=(protocol=tcp)(host=xxxxhost2)(port=1521)))(connect_data=(service_name=xxxxsid)(failover_mode=(type=select)(method=basic))))</connection-url>

       

       

      By applying this in JBOSS Server  in Oracle-ds.xml File.

       

      Question  :  Who does the  Load  balancing  of  Transaction between nodes (if one of them fails )   Is it  JBOSS ? ORACLE DB ….. 

       

       

       

       

      with  regards

      N.S.Karthik

        • 1. Re: JNDI Quick Question
          cullendw

          I would imagine that the driver would handle the load balancing - that is a driver specific setting. I would further assume that jboss would just expose the datasource unaware of what load balancing the driver is performing.