Note
This parameter is available starting with V4.4.1.
Description
The ob_python_home parameter specifies the Python path of the OBServer node.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query the 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
Set the Python home path in the system user scenario.
obclient> ALTER SYSTEM SET ob_python_home="/home/admin/cpython-3.13.3-linux-x86_64-gnu";
