Note
For V4.4.1, this parameter is available starting with V4.4.1.
Description
ob_python_home specifies the Python path of the OBServer node.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query 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 |
|---|---|
| Type | String |
| Default value | "" indicates an empty string. |
| Value range | A valid Python path. |
| 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
In the case of a system user, run the following command to set the Python home path.
obclient> ALTER SYSTEM SET ob_python_home="/home/admin/cpython-3.13.3-linux-x86_64-gnu";