Note
This variable is available starting with V4.1.0.
Description
ob_enable_show_trace specifies whether to enable the Show Trace feature.
Privilege requirements
Query variables
You can execute the
SHOW VARIABLESstatement or query theSYS.TENANT_VIRTUAL_SESSION_VARIABLEview (Oracle mode) or theinformation_schema.SESSION_VARIABLESview (MySQL mode) to view the values of session system variables for thesystenant and all user tenants.Modify variables
You can directly modify the values of session system variables for the
systenant and all user tenants.
Attributes
| Attribute | Description |
|---|---|
| Type | Boolean |
| Default value | 0 |
| Value range |
|
| Scope | Session |
| Modifiable | Yes. You can execute the SET statement to modify the value. |
Examples
Enable the Show Trace feature.
obclient> SET ob_enable_trace_log = 1;
