Enable ODP.Net performance counters
How can I enable the ODP.Net Performance Counters for my web app???
I'm Usi开发者_JS百科ng:
- .Net 2.0
- Oracle 11g
- Windows 2008 R2
Two parts are required.
Installing the perfmon counters If they are not already installed, follow the instructions here: http://blog.bekijkhet.com/2010/01/odpnet-performance-counters-do-not-show.html
Enabling/configuring the perfmon counters This is done on a per app (or per home directory, per machine, etc) basis. The best writeup I've seen is here: http://blog.ilab8.com/2011/09/02/odp-net-pooling-and-connection-request-timed-out Note especially the specific steps for 32 bit apps, and for the install/configure/launch order of operations.
精彩评论