I have successfully used Oracle 9 with JBoss, Jrun, and Tomcat. I don't remember any specific differences between the JNDI configurations. Make sure that you have the classes12.jar, nls_charset12.jar files in your runtime classpath, i.e. /WEB-INF/lib or somewhere else.
The driver class is oracle.jdbc.OracleDriver The URL format is: jdbc:oracle:thin:@<db host address>:<port>:<sid> In your code you need to create an instance of the Oracle connection pool class. I think Oracle10g renamed the jar files to something like ojdbc14.jar. HTH -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
