Note
- For V4.4.x, this parameter is available starting with V4.4.1.
- For V4.6.x, this parameter is available starting with V4.6.0.
Description
enable_pl_rich_error_msg specifies whether to enable the feature that allows additional information to be added to exceptions in PLSQL.
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
The
systenant and user tenants can modify this parameter.
| Attribute | Description |
|---|---|
| Type | Bool |
| Default value | False |
| Value range |
|
| 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
Enable the feature that allows additional information to be added to exceptions in PLSQL.
obclient> ALTER SYSTEM SET enable_pl_rich_error_msg = TRUE;Disable the feature that allows additional information to be added to exceptions in PLSQL.
obclient> ALTER SYSTEM SET enable_pl_rich_error_msg = FALSE;
