Using a Replay Filter Set

Once the replay filter set is created and the replay is initialized, you can use the replay filter set to filter the replay in the replay_dir directory.

To use a replay filter set:

  • Use the USE_FILTER_SET procedure:

    BEGIN
      DBMS_WORKLOAD_REPLAY.USE_FILTER_SET (filter_set => 'replayfilters');
    END;
    /
    

    In this example, the USE_FILTER_SET procedure uses the filter set named replayfilters.

    The USE_FILTER_SET procedure in this example uses the filter_set required parameter, which specifies the name of the filter set to be used in the replay.