UsePerformanceMonitor Property
Enables dotConnect for Oracle performance counters that allow you to conveniently measure the frequency of connecting/disconnecting to the data source, the number of active connections, pooled connections, etc. via Windows Performance Monitor or programmatically. See
Performance Counters Support for more information.
public bool UsePerformanceMonitor {get; set;}
'Declaration
Public Property UsePerformanceMonitor As Boolean
Property Value
If
true, the dotConnect for Oracle performance counters will be enabled and available in Windows Performance Monitor when an application, using such connections is running. The default value is
false.