| Administrator | 
		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.
 
 |