Oracle DBA, How To, Error, Cause and Action

ORA-04036: PGA memory used by the instance exceeds PGA_AGGREGATE_LIMIT

ORA-04036: PGA memory used by the instance exceeds PGA_AGGREGATE_LIMIT


Cause:


Private memory across the instance exceeded the limit specified in the PGA_AGGREGATE_LIMIT initialization parameter. The largest sessions using Program Global Area (PGA) memory were interrupted to get under the limit.



Action:


Increase the PGA_AGGREGATE_LIMIT initialization parameter or reduce memory usage.

No comments:

Post a Comment

Thanks for your comment.