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: Oracle and Dotnet

Re: Oracle and Dotnet

From: Steve <csussteve_at_gmail.com>
Date: 2 Jun 2005 14:16:25 -0700
Message-ID: <1117746985.742609.177680@g14g2000cwa.googlegroups.com>


On thing that might help you diagnose the problem is a free tool called sql monitor. It works by trapping all the communication made between a specific client app and the oracle client, it outputs all the sql statements, error messages, connects, disconnects and so on. I strongly suggest using that to see if the .net portion is constatnly connecting, disconnecting. or if there is a huge amount of time between insert requests.

go here: http://www.toadsoft.com/downld.html and download SQL Monitor. Received on Thu Jun 02 2005 - 16:16:25 CDT

Original text of this message

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