Search notes:

Oracle: DBA_WORKLOAD_REPLAY_THREAD

dba_workload_replay_thread lists the session histories for every replay.
The view selects from wrr$_workload_replay_thread.
select
   thr.call_counter,
   thr.capture_elapsed_time,
   thr.dbtime,
   thr.file_id,
   thr.file_name,
   thr.inst_id,
   thr.is_scale_up_sess,
   thr.logon_time,
   thr.logon_user,
   thr.network_time,
   thr.plsql_calls,
   thr.plsql_dbtime,
   thr.plsql_subcalls,
   thr.replay_dir_number,
   thr.replay_elapsed_time,
   thr.schedule_cap_id,
   thr.sid,
   thr.serial#,
   thr.session_type,
   thr.spid,
   thr.think_time,
   thr.user_calls,
   thr.wrc_id
from
   sys.dba_workload_replay_thread thr;

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759569021, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/workload/replay/thread(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78