quesiton about awr report
begin
dbms_workload_repository.create_snapeshot();
end;
i guess for this time , oracle will write the report information to tables ,oracle will kown it's beginning to collect information,
and i did a snapshot again
begin
dbms_workload_repository.create_snapeshot();
end;
this time .oracle will known it's end to collect information,
is my opninion right ?