Note
For V4.3.x, this parameter is available starting with V4.3.0. For V4.2.x, this parameter is available starting with V4.2.2.
Description
The strict_check_os_params parameter specifies whether to enable the OS parameter check feature.
Privilege requirements
Query the parameter
You can query the
strict_check_os_paramsparameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview in thesystenant and all user tenants.Modify the parameter
Only the
systenant can modify thestrict_check_os_paramsparameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Boolean |
| Default value | false |
| Value range | [true, false]
|
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Disable the OS parameter check feature.
obclient> ALTER SYSTEM SET strict_check_os_params=false;
