Connection pooling.

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hi all,
can we determine the count of connection pooled / active in the
current connection pool.
i'm specifically looking for ODP.Net.

Thanks a lot
Jay
 
Hi Jay,

I guess you'll have to look at oracle tools for this one or performance
counters perhaps.
 
Miha,
im able to see this in ODP.net trace log.
but can we access the count through .Net code by any means

-Jay


Miha Markic said:
Hi Jay,

I guess you'll have to look at oracle tools for this one or performance
counters perhaps.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Jay said:
Hi all,
can we determine the count of connection pooled / active in the
current connection pool.
i'm specifically looking for ODP.Net.

Thanks a lot
Jay
 
Hi Jay,

Depends on the database you use. I am not that skilled with Oracle, so I
can't say, but I would look at performance counters.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Jay said:
Miha,
im able to see this in ODP.net trace log.
but can we access the count through .Net code by any means

-Jay


Miha Markic said:
Hi Jay,

I guess you'll have to look at oracle tools for this one or performance
counters perhaps.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Jay said:
Hi all,
can we determine the count of connection pooled / active in the
current connection pool.
i'm specifically looking for ODP.Net.

Thanks a lot
Jay
 
Back
Top