dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / SqlTraceMode Enumeration

In This Topic
    SqlTraceMode Enumeration
    In This Topic
    Defines the level of SQL trace for the OracleTrace component.
    Syntax
    'Declaration
     
    Public Enum SqlTraceMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    BasicStatisticsBASIC statistics level (no advisories or statistics are collected).
    BindVariablesBind variables values are collected.
    TimedStatisticsDuration of operation performance is collected.
    UnknownUnknown mode.
    WaitEventsEvent wait information is collected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.SqlTraceMode

    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