sa_remove_tracing_data system procedure

Permanently deletes from the diagnostic tracing tables all records pertaining to the specified logging (tracing) session ID.

Syntax
sa_remove_tracing_data( log_session_id )
Arguments
  • log_session_id   Use this INTEGER parameter to specify the ID of the logging session for which to remove the data.

Remarks

If there are no records for the specified log_session_id, the procedure has no effect. The procedure has no return values.

Permissions

DBA authority required

Side effects

Causes a commit upon completion, even if no records were found for the specified log_session_id.

See also