Hi,
I need to access data in Oracle Database Tables.
I've set the jboss configuration in "oracle-ds.xml".

Something like :


    <no-tx-datasource>
        <jndi-name>a/b/OrDataSource</jndi-name>
        <connection-url>jdbc:oracle:thin:@1.2.3.4:1521:V6</connection-url>
        <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
        <user-name>user</user-name>
        pass
        <min-pool-size>5</min-pool-size>
        <max-pool-size>50</max-pool-size>
        <blocking-timeout-millis>5000</blocking-timeout-millis>
        <idle-timeout-minutes>15</idle-timeout-minutes>
        
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
    </no-tx-datasource>


Now I need to develop a servlet to use this to get to the Oracle Info. 
Can anyone please give me a few pointers and examples please? Is it regular 
jdbc programming or are there a few diferences considering I'm using JBoss and 
not just simply Tomcat for example.

Thank you

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

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


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to