Re: Parse CPU to parse elapsed
Posted by ErmanArslansOracleBlog on Oct 07, 2020; 9:45am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Parse-CPU-to-parse-elapsed-tp8840p8842.html
Parse CPU to Parse Elapsed : 100*Parse CPU Time / Parse Elapsed, how much of the total parse time was spent on CPU.
So you have some waits during parsing.
There may be a contention in somehwere.. For instance in shared pool..
We need to check the other sections of AWR to make more comments on this.