you can remove other entries as they are optional. consult your DBA for the ff:
youroraclehost = can be the ip address of the oracle machine
yoursid - system identifier 
username
password



<datasources>
  |   <local-tx-datasource>
  |     <jndi-name>OracleDS</jndi-name>
  |     <connection-url>jdbc:oracle:thin:@youroraclehost:1521:yoursid</connection-url>
  |     <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
  |     <user-name>x</user-name>
  |     <password>y</password>
  |   </local-tx-datasource>
  | </datasources>

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

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


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to