Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODP.NET Managed Driver Performance Monitor values

user2219202Jan 30 2017 — edited Feb 9 2017

What is "normal" behavior of the performance counters emitted from the Managed Driver?

In my Web.Config I have:

<oracle.manageddataaccess.client>

    <version number="*">

      <settings>

        <setting name="PerformanceCounters" value="4095" />

      </settings>

...

Then watching the "ODP.NET, Managed Driver" counts using Performance Monitor, I see The NumberOfActiveConnectionPools (1), NumberofActiveConnections (usually 0, but sometimes shows 1).  NumberOfFreeConnections (number keeps increasing), NumberOfPooledConnections (any where from 2 to 8), SoftConnectsPerSecond and SoftDisconnectsPerSecond (usually display the same number and always fluctuating).  All of the other counters stay as zero.

Most of the counters make sense - but should the NumberOfFreeConnections keep increasing?  After our weekly server reboot the count is only a few hundred, but by the end of the week it will be thousands - Is this normal?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 9 2017
Added on Jan 30 2017
1 comment
1,552 views