Note
This parameter was introduced in V4.3.0 for V4.3.x and V4.2.2 for V4.2.x.
Description
The strict_check_os_params parameter specifies whether to enable the OS parameter check feature.
Privilege requirements
Query the parameter
The
systenant and all user tenants can use theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
Only the
systenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Bool |
| Default value | false |
| Value range | [true, false]
|
| Modifiable | Yes. You can execute the ALTER SYSTEM SET statement to modify this parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Example
Disable the check for OS configuration parameters.
obclient> ALTER SYSTEM SET strict_check_os_params=false;