Administrator
|
Parse CPU to Parse Elapsed : 100*Parse CPU Time / Parse Elapsed, how much of the total parse time was spent on CPU.
Yes.. Tracing the whole database is not a good idea.
Check v$sqlarea, there is a parse_calls column there.. You can find some correlations from that.
|