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: Measuring wait time for openning a new connection

Re: Measuring wait time for openning a new connection

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Mon, 14 Aug 2006 20:39:17 GMT
Message-Id: <pan.2006.08.14.20.39.18.255522@sbcglobal.net>


On Mon, 14 Aug 2006 06:13:49 -0700, OraPerf (Anjo) wrote:

> What would you be looking for? The fact that you start many connections
> is a bad thing. Probaby what you do is start a connection, do some work
> and disconnect. This will cause all open cursors for the session to be
> closed again and they need to be opened. This overhead isn't measured
> in any wait event in particular, but in many events. In oracle10g there
> is some measurements done on the logon/logoff time, so you can see the
> overhead there.

There is no need to do it in a complicated way, Perl allows you to do it an easy way.

-- 
http://www.mgogala.com
Received on Mon Aug 14 2006 - 15:39:17 CDT

Original text of this message

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