This section describes how to delete workload replay filters.
To delete workload replay filters:
Use the DELETE_FILTER procedure:
BEGIN DBMS_WORKLOAD_REPLAY.DELETE_FILTER (fname => 'user_ichan'); END; /
In this example, the DELETE_FILTER procedure removes the filter named user_ichan.
The DELETE_FILTER procedure in this example uses the fname required parameter, which specifies the name of the filter to be removed.