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
    public bool UsePerformanceMonitor {get; set;}

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also