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.
    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