Starting Consolidated Database Replay Using APIs

This section describes how to start a consolidated replay using the DBMS_WORKLOAD_REPLAY package.

Before starting a consolidated replay, ensure that the following prerequisites are met:

To start a consolidated replay:

  • Use the START_CONSOLIDATED_REPLAY procedure:

    DBMS_WORKLOAD_REPLAY.START_CONSOLIDATED_REPLAY;
    

See Also:

Oracle Database PL/SQL Packages and Types Reference for information about the START_CONSOLIDATED_REPLAY procedure