[jboss-user] [JCA/JBoss] - Re: Setting up XA datasource with oranxo driver and RAC

vickyk do-not-reply at jboss.com
Wed Nov 12 14:46:00 EST 2008


Can you try setting URL property?
    <xa-datasource-property name="URL">jdbc:oracle:oci8:@tc</xa-datasource-property>
And in the URL you can set what is explained in the docs for connection-url
<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>

anonymous wrote : Judging by the oranxo documentation it looks like I should do something like:
Where is the oranxo documentation available, pass the link over here?


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188904#4188904

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188904



More information about the jboss-user mailing list