Note
For V4.4.x, this parameter is available since V4.4.1.
Description
enable_pl_rich_error_msg specifies whether to add additional information to exceptions in PLSQL.
Permissions
Query the parameter
systenant and all user tenants can query this parameter using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
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 adds additional information to exceptions in PLSQL.
obclient> ALTER SYSTEM SET enable_pl_rich_error_msg = TRUE;Disable the feature that adds additional information to exceptions in PLSQL.
obclient> ALTER SYSTEM SET enable_pl_rich_error_msg = FALSE;
