dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTrace Class / MaxTraceFileSize Property

In This Topic
    MaxTraceFileSize Property
    In This Topic
    Gets or sets the maximum size of SQL trace dump file.
    Syntax
    'Declaration
     
    Public Property MaxTraceFileSize As Integer
    public int MaxTraceFileSize {get; set;}

    Property Value

    The maximum size of SQL trace dump file.
    Remarks
    Assign to DefaultTraceFileSize to use the default server value. Assign to UnlimitedTraceFileSize for unlimited trace file.
    See Also