Saving Replay Schedules Using APIs

This section describes how to save replay schedules that been defined using the DBMS_WORKLOAD_REPLAY package.

Before saving a replay schedule, ensure that the following prerequisites are met:

To save a replay schedule:

  • Use the END_REPLAY_SCHEDULE procedure:

    DBMS_WORKLOAD_REPLAY.END_REPLAY_SCHEDULE;
    

    This procedure completes the creation of a replay schedule. The replay schedule is saved and associated with the replay directory. Once a replay schedule is saved, you can use it for a consolidated replay.

To view replay schedules:

  • Use the DBA_WORKLOAD_REPLAY_SCHEDULES view.

See Also: