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 PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (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 PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (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 MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodReturns the name for a dump file on the database server where SQL trace data is written.  
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (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 MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
Top
See Also