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

    See Also