Oracle DBMS_WRR_REPORT
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Generates a replay report: In 23ai this package is no longer installed by default
AUTHID DEFINER
Dependencies
ALL_TAB_COLS DBMS_WORKLOAD_REPLAY_I
DBA_HIST_ACTIVE_SESS_HISTORY GV$ACTIVE_SESSION_HISTORY
DBA_HIST_SNAPSHOT GV$SESSION
DBA_HIST_SQLTEXT GV$WORKLOAD_REPLAY_THREAD
DBA_HIST_SYSMETRIC_HISTORY PLITBLM
DBA_WORKLOAD_CAPTURES UTL_LMS
DBA_WORKLOAD_REPLAYS V$SQL
DBA_WORKLOAD_REPLAY_DIVERGENCE WRH$_ACTIVE_SESSION_HISTORY
DBA_WORKLOAD_SCHEDULE_CAPTURES WRR$_REPLAYS
DBMS_DB_VERSION WRR$_REPLAY_FILES
DBMS_LOB WRR$_REPLAY_LOGIN_QUEUE
DBMS_OUTPUT WRR$_REPLAY_SCN_ORDER
DBMS_WORKLOAD_CAPTURE_LIB  
Documented No
First Available Not Known
Security Model Owned by SYS with no privileges granted.
Source {ORACLE_HOME}/rdbms/admin/prvtwrr_report.plb

In 23ai this package is no longer installed by default.
Subprograms
 
REPLAY
Undocumented dbms_wrr_report(id IN NUMBER);
exec dbms_wrr_report(42);

PL/SQL procedure successfully completed.
 
REPORT
Generates a replay report dbms_wrr_report(id IN NUMBER) RETURN CLOB;
set serveroutput on

exec dbms_wrr_report.replay(42);
Replay 42 not found

PL/SQL procedure successfully completed.

Related Topics
Built-in Functions
Built-in Packages
DBMS_WORKLOAD_REPLAY
DBMS_WRR_INTERNAL
DBMS_WRR_PROTECTED
DBMS_WRR_STATE
DBMS_WRR_STATE_BASE
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved