Oracle9i Database Reference Release 2 (9.2) Part Number A96536-02 |
|
|
View PDF |
V$SQL_WORKAREA_HISTOGRAM
displays the cumulative work area execution statistics (cumulated since instance startup) for different work area groups. The work areas are split into 33 groups based on their optimal memory requirements with the requirements increasing in powers of two. That is, work areas whose optimal requirement varies from 0 KB to 1 KB, 1 KB to 2 KB, 2 KB to 4 KB, ... and 2 TB to 4 TB.
For each work area group, the V$SQL_WORKAREA_HISTOGRAM
view shows how many work areas in that group were able to run in optimal mode, how many were able to run in one-pass mode, and finally how many ran in multi-pass mode. The DBA can take a snapshot at the beginning and the end of a desired time interval to derive the same statistics for that interval.
See Also:
Oracle9i Database Performance Tuning Guide and Reference for detailed information on how to monitor automatic PGA memory performance using this view |