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

In This Topic
    PlSqlTraceMode Enumeration
    In This Topic
    Defines the level of PL/SQL trace for the OracleTrace component.
    Syntax
    'Declaration
     
    Public Enum PlSqlTraceMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    AllCallsTrace all calls.
    AllExceptionsTrace all exceptions.
    AllLinesTrace all lines.
    AllSqlTrace all SQL executions.
    EnabledCallsTrace calls to enabled PL/SQL units only.
    EnabledExceptionsTrace exceptions raised in the enabled PL/SQL units only.
    EnabledLinesTrace lines in enabled PL/SQL units only.
    EnabledSqlTrace SQL executions in the enabled PL/SQL units only.
    UnknownUnknown mode.
    Inheritance Hierarchy

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

    See Also