Databases Reference
In-Depth Information
REMOVE_DEBUG_BY_APP Procedure
This procedure allows the developer to programmatically remove any debug messages associated with a
specific application.
Syntax
procedure remove debug by app (p application id in number);
Parameters
p_application: The application ID for which to purge debug data
REMOVE_DEBUG_BY_AGE Procedure
This procedure allows the developer to programmatically remove all debug messages for a specific
application where the message timestamp is prior to N days before today.
Syntax
procedure remove debug by age (
p application id in number,
p older than days in number);
Parameters
p_application_id - The application ID for which to purge debug data
p_older_than_days - Number of days prior to today, beyond which all history will be deleted.
REMOVE_DEBUG_BY_VIEW Procedure
This procedure allows the developer to programmatically remove any debug messages for a specific
application and identified as belonging to a specific debug view.
Syntax
procedure remove debug by view (
p application id in number,
p view id in number);
Parameters
p_application_id: The application id for which to purge debug data
p_view_id: APEX debug view ID for which detailed debug data will be deleted
Search WWH ::




Custom Search