Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Connection Pool - Multiple Database ?
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
![]() |
![]() |