database replay: capture workload doesnt finish
788643Sep 4 2010 — edited May 13 201111.1.0.7
AIX 3 5 00CFAA914C00
I am trying to capture the workload of my DB.
begin
dbms_workload_capture.start_capture (
name => '20100904_test',
dir => 'RAT',
duration => 20);
end;
/
It has been running for almost 2 1/2 hours. Am I doing something wrong here? It should have completed in 20 minutes right?
Kindly help.
Thanks