racli alter parameter
Modifies the specified parameter whether it should be included or ignored as a check.
Syntax
racli alter parameter --type=db --parameter_name=NAME --ignore_check={ false | true } [--force]
Options
-
--type -
The type of the init parameter to be checked. Presently only "db" is supported.
-
--parameter_name -
The name of the init parameter to be checked.
-
--ignore_check -
Specifies whether to ignore a parameter (true) or to include the parameter (false) in a check of the database.
-
--force -
Certain parameters are deemed important for database checks and are managed in an exclusion list to always be checked. The
--forceoption bypasses the exclusion list so that the parameter can be ignored.