Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-04032

PGA_AGGREGATE_TARGET must be non-zero when WORKAREA_SIZE_POLICY in auto mode.

Cause

An attempt was made to set WORKAREA_SIZE_POLICY to AUTO while PGA_AGGREGATE_TARGET was not specified or attempt was made to set PGA_AGGREGATE_TARGET to zero while WORKAREA_SIZE_POLICY was AUTO.


Action

Before setting WORKAREA_SIZE_POLICY, set PGA_AGGREGATE_TARGET to a value representing the total private memory available to the instance. This total is generally the total physical memory available in the system minus what is needed for the system global area (SGA) minus what is needed for the operating system (for example, 500MB).