PlSqlTraceLimit(Int32) Method
On this page
Limits the amount of storage used in the database for the PL/SQL trace data to the given value.
Syntax
|
|---|
'Declaration
Public Overloads Sub PlSqlTraceLimit( _
ByVal As Integer _
) |
|
|---|
public void PlSqlTraceLimit(
int
) |
Parameters
- limit
- The limit size in bytes.
See Also