AWR StoredProc elapsed time does not include commit (LFS) time
Hello,
What I see is that the elapsed time in AWR for StoredProcedures does not include commit (LFS) time. This is in 12c and now that I discover this, I think same would be the case in 11g too.
Our storedprocs have commit inside it. And I always thought that elapsed time includes recursive time, including time for commit to complete. But I see that is not the case.
May be I am missing something basic but this is really a discovery. Is this documented somewhere?
LFS being a foreground wait event, I thought it should have got included in the elapsed time.