Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: High elapsed/cpu ratio
We ran statspack against this program last night. Below is top 5
timed events section:
Event Waits Time (s)% Total Ela Time
-------------------------------------------- ------------ ----------- --------------- db file sequential read 6,446,0382,856 43.21
PL/SQL lock timer 180 1,756 26.57 db file scattered read 58,205 116 1.75 log file parallel write 13,434 53 .80
http://www.akadia.com/services/ora_statspack_survival_guide.html indicates that large numbers of db file sequential read could be addressed by tuning pga_aggregate_target. This system has 32 GB, with sga_max_size = 4 GB and pga_aggregate_target = 2GB. Would increasing pga_aggregate_target be advisable? If so, to what value? What about the hidden _pga_max_size (200MB) parameter? Wouldn't this still be a limiting factor how much PGA is available to this session?
Thanks in advance,
Eric
Received on Wed Sep 12 2007 - 10:26:09 CDT
![]() |
![]() |