Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Index >
ORACLE Server Parameters >
workarea_size_policy
workarea_size_policyOracle 11.1.0:
Oracle 10.2.0:
Oracle 10.1.0:
Oracle 9.2.0:
Oracle 8.1.7:No such parmeter in Oracle 8.1.7.Oracle 8.0.6:No such parmeter in Oracle 8.0.6.Oracle 7.3.4:No such parmeter in Oracle 7.3.4.Related Error Messages:ORA-04032: pga_aggregate_target must be set before switching to auto mode
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)
This parameter is documented in the Oracle Server Reference Guide. Search for more info about [ workarea_size_policy ] on the Oracle FAQ.
|