Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ConnectionPooling with 8i and JDBC

Re: ConnectionPooling with 8i and JDBC

From: Dave <jazmanius_at_my-deja.com>
Date: Tue, 22 Feb 2000 11:43:56 GMT
Message-ID: <88tsps$opk$1@nnrp1.deja.com>


Try Oracle Technet. Look for a file called "jdbc.pdf" - this is why Technet search can't find it probably.

Dave.

In article <29ik4.15977$in5.280038_at_news1.online.no>,   "Thomas Muller" <ttm_at_nextel.no> wrote:
> Dear folks,
>
> I can't find any documentation regarding the connection pooling
features in
> the type 4 driver to 8i. The driver includes "OracleConnectionCache"
and
> "OracleConnectionCacheImpl" but they are to now help if I don't know
how to
> use them (I'm not supposed to dissect the class-files am I?).
>
> Nevertheless, I've written my own kick-ass pooling class, which
utilizes the
> connection pool mechanism found in the JDBC standard extension API. In
order
> to work properly, the JDBC vendor must provide an implementation of
the
> ConnectionPoolDataSource. The Oracle driver includes an
> OracleConnectionPoolDataSource, but I don't know how to instantiate it
(does
> a factory provide instances, can clients instantiate it via a public
> constructor, what's the arguments etc).
>
> Does anyone know where to find the proper documentation on this?
>
> Any help is greatly appreciated.
>
> --
>
> Thomas
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Feb 22 2000 - 05:43:56 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US