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: OracleNet and Mocrosoft COM objects

Re: OracleNet and Mocrosoft COM objects

From: Chuck <chuckh_nospam_at_softhome.net>
Date: 15 Sep 2004 13:17:46 GMT
Message-ID: <Xns95655E9121C62chuckhnospamsofthome@130.133.1.4>


"Michael D. Long" <michael.d.long-nospam_at_comcast.net> wrote in news:6pOdnV9NC4mPBtrcRVn-tQ_at_comcast.com:

> You're being bitten by connection pooling. The algorithm doesn't
> properly release connections on errors that are non-recoverable, such
> as when communication to the server is lost.
>
> To simulate the problem, build a fat client, nail up a connection,
> begin performing queries and recycle the server. Make sure not to fix
> the connection, but continue outputting errors. You should see the
> same behavior.
>

Just found this on the Microsoft web site. It might help anyone else experiencing this problem. I have not tried it yet.

http://support.microsoft.com/default.aspx?scid=kb;en-us;830173

-- 
Chuck
Remove "_nospam" to reply by email
Received on Wed Sep 15 2004 - 08:17:46 CDT

Original text of this message

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