ORA-15590:encountered incomplete workload capture files Cause: The captured workload contained one or more incompleterecording files.
This can happen when the original workload capture's FINISH_CAPTURE
command timed out while waiting for all the active sessions to close their
workload capture files. Action: Incompletecapture files will not interfere with the processing and
replaying of the captured workload. This is simply a warning message to pointout
that some database calls might not have been recorded due to FINISH_CAPTURE
command timing out. For a list of the incomplete files, check the alert log forlines 13-168 Oracle Database ErrorMessages
containing DBMS_WORKLOAD_REPLAY.PROCESS_CAPTURE aftercapture
processing.