ORA-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).
        
     
    
    
        ORA-04032
        pga_aggregate_target must be set before switching to auto mode
        
        
        Cause
        attempt to set workarea_size_policy to AUTO while pga_aggregate_target is not specified
        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 SGA minus what is needed for the operating system (e.g. 500MB)
        
     
    
    
        ORA-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).