JRun 3.x: Using the Oracle Implementation of the Pooled Connection Interface
Connection pooling allows you to reuse database connections rather than create new connections each time a servlet makes a request to the database. Occasionally, you may wish to use your own connection pooling with Oracle rather than JRun connection pooling. This article shows you how.
JRun 3.x: Using the Oracle Implementation of the Pooled Connection Interface