Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose
Undocumented internal support for Workload Capture and Replay
AUTHID
DEFINER
Dependencies
DBMS_WORKLOAD_REPLAY_I
WRR$_REPLAYS
WRR$_REPLAY_SCN_ORDER
DBMS_WRR_INTERNAL
Documented
No
First Available
12.1
Security Model
Owned by SYS with EXECUTE granted to the DBA and EXECUTE_CATALOG_ROLE roles
Source
{ORACLE_HOME}/rdbms/admin/prvtwrr.plb
AS_REPLAY was not installed, by default in 23.2.
The package body installs in an invalid state due to missing objects such as DBMS_WORKLOAD_REPLAY_I (invalid) and DBMS_WRR_INTERNAL (both header and body invalid).
as_replay.prepare_as_replay(
synchronization IN VARCHAR2 DEFAULT 'ASR',
connect_time_scale IN NUMBER DEFAULT 100,
think_time_scale IN NUMBER,
think_time_auto_correct IN BOOLEAN DEFAULT TRUE,
scale_up_multiplier IN NUMBER DEFAULT 1);