Necessary Oracle Initialization Parameters Without Performance Impact
Parameter | Description |
Name of the database. This should match the ORACLE_SID environment variable. | |
Location of the database in Internet dot notation. | |
Limit on the maximum number of cursors (active SQL statements) for each session. The setting is application-dependent; 500 is recommended. | |
Set to contain at least two files on different disk drives to prevent failures from control file loss. | |
Set to the maximum number of files that can assigned to the database. |
Important Initialization Parameters With Performance Impact
Parameter | Description |
Specifies the release with which the Oracle server must maintain compatibility. It lets you take advantage of the maintenance improvements of a new release immediately in your production systems without testing the new functionality in your environment. If your application was designed for a specific release of Oracle, and you are actually installing a later release, then you might want to set this parameter to the version of the previous release. | |
Sets the size of the Oracle database blocks stored in the database files and cached in the SGA. The range of values depends on the operating system, but it is typically 8192 for transaction processing systems and higher values for database warehouse systems. | |
Specifies the total size of all SGA components. If | |
Specifies the target aggregate PGA memory available to all server processes attached to the instance. | |
Sets the maximum number of processes that can be started by that instance. This is the most important primary parameter to set, because many other parameter values are deduced from this. | |
This is set by default from the value of processes. However, if you are using the shared server, then the deduced value is likely to be insufficient. | |
Specifies the undo space management mode used by Oracle Database. The default value is | |
Specifies the undo tablespace to be used when an instance starts up. |
No comments:
Post a Comment