dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / UsePerformanceMonitor Property

In This Topic
UsePerformanceMonitor Property
In This Topic
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.
Syntax
'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.
See Also