dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTrace Class
Members

OracleTrace Class
Controls server side SQL and PL/SQL tracing.
Syntax
'Declaration
 
Public Class OracleTrace 
   Inherits System.ComponentModel.Component
   Implements System.ComponentModel.IComponentSystem.IDisposable 
 
Remarks
Use OracleTrace component to start and stop the SQL trace for a session. The component also provides access to functionality of DBMS_TRACE package to control the PL/SQL trace. See Using OracleTrace Component for more information.

This class is available only in Professional and Developer Editions. It is not available in Standard and Mobile Editions.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Devart.Data.Oracle.OracleTrace

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