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

    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