We are going to use a lot of Stored Procedure in Oracle 9i, and we are having problem getting connection from the iPlanet connection pooling, because the connection returned is of type com.netscape.server.jdbc.ConnectionProxy and nowhere I read tells me that I can get the original OracleConnection object. In Tomcat it is possible to get the "original" database connection by using the following,