TraceFileMaxSize
This property specifies the maximum file size of each trace file.
Declaration
// C# public static int TraceFileMaxSize { get; set; }
Property Type
System.Int32
Remarks
Administrators can maintain reasonably sized trace files by using this property to enforce a maximum size that any individual ODP.NET trace file can be. The TraceFileMaxSize
value is in megabytes. If no value is set, TraceFileMaxSize
defaults to a value of 100, which is 100 megabytes (MB).