In Oracle AWR report i see mention of three terms i.e. DB time , Elapses Time , CPU time but i am not sure what does they actually mean
Say i have got the AWR report for 15 mins i.e 900 seconds. There are two cores. Statement1 took 20 seconds to actually parse sql, executing sql etc and 10 seconds is wait time for other transaction to complete.
I believe DB time will be 900 secs. What will be be CPU and Elapsed time based on above use case ?