EM 13c : dbms_workload_replay.prepare_replay gives the error ORA-20223: Invalid input. Directory "<DIR Value>" does not contain a processed workload
(Doc ID 3056826.1)
Last updated on NOVEMBER 08, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.18.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Preprocess the workload for each replay (dbms_workload_replay.process_capture) and initialize the replay (dbms_workload_replay.initialize_replay) run successfully.
We can see the prepared files in the directory. However, running dbms_workload_replay.prepare_replay(synchronization => 'SCN') results in the following error:
ORA-20223: Invalid input. Directory "VALUE" does not contain a processed workload
capture
ORA-06512: at "SYS.DBMS_WORKLOAD_REPLAY_I", line 5101
ORA-06512: at "SYS.DBMS_WORKLOAD_REPLAY", line 153
capture
ORA-06512: at "SYS.DBMS_WORKLOAD_REPLAY_I", line 5101
ORA-06512: at "SYS.DBMS_WORKLOAD_REPLAY", line 153
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |