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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top