Note
This parameter is removed starting with V4.2.3 BP1 and adjusted to the system variable plsql_optimize_level (Global).
Description
plsql_optimize_level specifies the optimization level when PL/SQL code is compiled.
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.
Attributes
| Attribute | Description |
|---|---|
| Type | Int |
| Default value | 1 |
| Value range | [0,3]
|
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Enable optimization when PL/SQL code is compiled.
obclient> ALTER SYSTEM SET plsql_optimize_level=1;