Hi,

I'm a newbie, and I need to learn more about connection pool. Can you
suggest a tutorial or a web site where I can find more information?

TIA

Giuseppe


> Hi,
> 
> You still need to create a connection cache with that datasource, 
> so something like :
> 
> OracleConnectionPoolDataSource ocpds = new OracleConnectionPoolDataSource();
> ...
> OracleConnectionCache oracleConnectionCache = new
> OracleConnectionCacheImpl(ocpds);
> 
> You can then call the following to get connections from the pool 
> :
> 
> oracleConnectionCache.getConnection();
> 
> Be sure to close all your connection when you are done so they 
> are returned
> to the pool.
> 
> Ryan.

--

Giuseppe Briotti
[EMAIL PROTECTED]

"Alme Sol, curru nitido diem qui 
promis et celas aliusque et idem 
nasceris, possis nihil urbe Roma 
visere maius."
                         (Orazio)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to