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
strict_check_os_params specifies whether to enable the OS parameter check feature.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query the value of this parameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
Only the
systenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | Bool |
| 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;