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: Connection Pool - Multiple Database ?

Re: Connection Pool - Multiple Database ?

From: The Fly <seth_brundell_at_xxxbigfoot.com>
Date: Fri, 10 Mar 2000 19:21:30 -0000
Message-ID: <8adl51$3ib$1@apple.news.easynet.net>


My connection pool is similar to this only I use a default database define in my properties file and then specify eceptions by classname. It could of course use any indentifer for different databases. "Mike Briggs" <mikeb_at_probes.com> wrote in message news:38C83A8A.A5C416FA_at_probes.com...
> As far as I know, multiple brokers are the only real solution, since a
> connection must be built for a particular database. I built a single
> broker that handled multiple connection pools, with the getConnection()
> and returnConnection() methods taking an integer indicated which pool the
> connection was drawn from. Programs needing access to multiple database
> schemae were still required to do multiple get's and return's .
>
> Elvina Hendrata wrote:
>
> > Does anybody know the best solution of how to use connection pool for
> > multiple databases (do we need multiple brokers)?
> >
> > Thank you
>
Received on Fri Mar 10 2000 - 13:21:30 CST

Original text of this message

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