Note
This parameter is available starting with V4.3.1.
Description
enable_ob_error_msg_style selects the error code type used by OBServer.
Privilege requirements
Query the parameter
Both the
systenant and all user tenants can query this configuration item using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
Only the
systenant can modify this configuration item. User tenants cannot modify it.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Bool |
| Default value | True |
| Value range |
|
| Effective upon OBServer node restart | No |
Configuration example
Set the error code format to OBE-xx.
obclient> ALTER SYSTEM SET enable_ob_error_msg_style = True;
