dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTrace Class
Fields Properties Methods Events

OracleTrace Class Members

The following tables list the members exposed by OracleTrace.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the OracleTrace class.  
Top
Public Fields
 NameDescription
Public FieldSpecifies the server default trace file size. Stands for the server default value of the trace file maximum size.  
Public FieldSpecifies the unlimited size of the trace file.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets OracleConnection object used for communicating with server.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets a value that indicates whether tracing is enabled.  
Public PropertyGets or sets the maximum size of SQL trace dump file.  
Public PropertyGets or sets the trace mode for the PL/SQL trace.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the trace mode for the SQL trace.  
Public PropertyGets a value that indicates which trace modes are active.  
Public PropertyGets or sets a file name suffix for the SQL trace dump file.  
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodReturns the name for a dump file on the database server where SQL trace data is written.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodSets a comment on PL/SQL trace.  
Public MethodOverloaded. Limits the amount of storage used in the database for the PL/SQL trace data.  
Public MethodPauses PL/SQL tracing.  
Public MethodResumes PL/SQL tracing.  
Public MethodReturns a run number for the current PL/SQL trace.  
Public MethodStarts PL/SQL tracing. This method leaves the SQL tracing state unchanged.  
Public MethodStops PL/SQL tracing. This method leaves the SQL tracing state unchanged.  
Public MethodStarts SQL tracing. This method leaves the PL/SQL tracing state unchanged.  
Public MethodStops SQL tracing. This method leaves the PL/SQL tracing state unchanged.  
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Top
See Also