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

Home -> Community -> Usenet -> c.d.o.server -> Re: java servlet accessing two different db at the same time

Re: java servlet accessing two different db at the same time

From: RandyTh <RandyTh_at_oracleforum.com>
Date: Sat, 12 Nov 2005 06:13:24 GMT
Message-ID: <8Kfdf.102300$S4.83854@edtnps84>

> My assumption is you are not actually returning 400,000 rows for each
> RDBMS, but only a subset. If you are trying to this exclusively
> through JDBC and not through Heterogenous Services,
Yes, with JDBC

> always thread the requests to each RDBMS (unless you are doing this
> through a J2EE app server, in which case the container may provide the
> threading functionality).

OK I 'll try. Received on Sat Nov 12 2005 - 00:13:24 CST

Original text of this message

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