Best Practice: Add comments when setting database underscored parameters
(Doc ID 2877548.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Goal
The underscored parameters often are a temporary workaround that has limited life span, so the continued use of underscored parameters are not recommended.
Oracle strongly recommends using the default setting for all init.ora (or spfile) parameters, including the underscored parameters.
The problem is that underscored parameters likely do not get unset because users are not comfortable unsetting them, out of fear that the database may be adversely impacted.
This fear is compounded by the fact that most DBAs do not remember the reason those underscored parameters were set initially.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |