Property | Description |
---|---|
Parameter type |
Big integer |
Syntax |
|
Default value |
By default, |
Modifiable |
|
Range of values |
Oracle recommends that you do not set |
Basic |
No |
PGA_AGGREGATE_LIMIT
specifies a limit on the aggregate PGA memory consumed by the instance.
There is no difference in behavior between PGA_AGGREGATE_LIMIT
being explicitly set or being set to the default.
Actions Taken When PGA_AGGREGATE_LIMIT is Exceeded
Parallel queries will be treated as a unit. First, the sessions that are using the most untunable memory will have their calls aborted. Then, if the total PGA memory usage is still over the limit, the sessions that are using the most untunable memory will be terminated.
SYS processes and background processes other than job queue processes will not be subjected to any of the actions described in this section. Instead, if they are using the most untunable memory, they will periodically write a brief summary of their PGA usage to a trace file.
See Also:
Oracle Database Performance Tuning Guide for more information about this parameter