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

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

    Property Value

    One of the PlSqlTraceMode values.
    Remarks
    Specifies the types of events which will be traced. Can be set to trace calls, exceptions, SQL executions and/or all PL/SQL lines; there are two modes for each: trace all events and trace events occured in the enabled PL/SQL units only.
    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