What is the PGA.AGGREGRATE JTARGET parameter? | Oracle DBA

The PGA_AGGREGATE_TARGET parameter specifies the target aggregate PGA memory available to all server processes attached to an instance.
This parameter is used to set overall size of work-area required by various components. A non-zero value of this parameter is equivalent to setting WORKAREA_SIZE_POLICY parameter to AUTO. In this case, you do not need to specify individual *_AREA_SIZE parameter values.