dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTrace Class / SqlTraceMode Property

In This Topic
    SqlTraceMode Property
    In This Topic
    Gets or sets the trace mode for the SQL trace.
    Syntax
    'Declaration
     
    Public Property SqlTraceMode As SqlTraceMode
    public SqlTraceMode SqlTraceMode {get; set;}

    Property Value

    One of the SqlTraceMode values.
    Remarks
    Specifies which statistics will be collected while tracing. Can be set to collect the basic SQL execution statistics, the bind variables' values, the wait events information and/or the performance statistics.
    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