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