How can I enable the ODP.Net Performance Counters for my web app???

I'm Using:

  • .Net 2.0
  • Oracle 11g
  • Windows 2008 R2
link|improve this question

74% accept rate
Did you modify the registry or the app.config? What have you tried? Which release of odp.net do you use? – tuinstoel Dec 1 '09 at 19:04
I modified the registry and it still doesn't show up on the performance counters list in windows – hminaya Dec 1 '09 at 19:32
1  
Have you read this: forums.oracle.com/forums/… – tuinstoel Dec 1 '09 at 21:16
Yes I have. It still won't work – hminaya Dec 17 '09 at 1:54
feedback

1 Answer

Two parts are required.

  1. Installing the perfmon counters If they are not already installed, follow the instructions here: http://blog.bekijkhet.com/odp-net-performance-counters-do-not-show-up-after-patching-11106-client-to-11107-id-826875-1/

  2. 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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.