Want to see if anyone has had experience with connecting to Oracle using the JRun (servlet) connection pool? We can get it to work using the standard “java.sql.connection”, “java.sql.resultset”, etc. (under the java SDK 1.4), but some of the Oracle 9.2 features are not working, such as timestamp data type. We need to use the classes under the Oracle libraries, but are unsure how to incorporate these in JRun Connection pool.
Has anyone done this?