Subject
From Anonymous (or Sign In)
Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.
Categories
This section describes how to stop a workload capture.
To stop a workload capture:
Use the FINISH_CAPTURE procedure:
FINISH_CAPTURE
BEGIN DBMS_WORKLOAD_CAPTURE.FINISH_CAPTURE (); END; /
In this example, the FINISH_CAPTURE procedure finalizes the workload capture and returns the database to a normal state.
Tip:
After capturing a workload on the production system, you need to preprocess the captured workload, as described in Preprocessing a Database Workload .
Scripting on this page enhances content navigation, but does not change the content in any way.