Oracle Database 10g Documentation Library
Uses of Initialization ParametersInitialization parameters fall into various functional groups. For example, parameters perform the following functions:
Database administrators can use initialization parameters to:
Many initialization parameters can be fine-tuned to improve database performance. Other parameters should never be altered or should be altered only under the supervision of Oracle Support Services. All initialization parameters are optional. Oracle has a default value for each parameter. This value may be operating system-dependent, depending on the parameter. Types of Initialization ParametersThe Oracle database server has the following types of initialization parameters:
Derived ParametersSome initialization parameters are derived, meaning that their values are calculated from the values of other parameters. Normally, you should not alter values for derived parameters, but if you do, then the value you specify will override the calculated value. For example, the default value of the Operating System-Dependent ParametersThe valid values or value ranges of some initialization parameters depend upon the host operating system. For example, the parameter See Also: Your operating system-specific Oracle documentation for more information on operating system-dependent Oracle parameters and operating system parametersVariable ParametersThe variable initialization parameters offer the most potential for improving system performance. Some variable parameters set capacity limits but do not affect performance. For example, when the value of Increasing the values of variable parameters may improve your system's performance, but increasing most parameters also increases the system global area (SGA) size. A larger SGA can improve database performance up to a point. In virtual memory operating systems, an SGA that is too large can degrade performance if it is swapped in and out of memory. Operating system parameters that control virtual memory working areas should be set with the SGA size in mind. The operating system configuration can also limit the maximum size of the SGA. |