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.
    See Also