Resuming a Workload Replay

This section describes how to resume a workload replay that is paused.

To resume a workload replay:

  • Use the RESUME_REPLAY procedure:

    BEGIN
      DBMS_WORKLOAD_REPLAY.RESUME_REPLAY ();
    END;
    /