Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Measuring wait time for openning a new connection
eyal.yurman_at_gmail.com wrote in news:1155462190.599341.249760
@i42g2000cwa.googlegroups.com:
> Hi,
>
> I have an application (perl, using DBI) which opens many connections to
> the database.
>
> Will I see the effect of the connections on the wait events?
> If not, can I measure this effect using the listener?
The listener ONLY comes into play on making the initial connection between
the client & the DB.
Once the client establishes the connection, the listener is no longer
involved.
Received on Sun Aug 13 2006 - 12:47:26 CDT