plsql_code_type sets the compilation mode of PL/SQL code.
| Property | Description |
|---|---|
| Parameter type | String |
| Default value | NATIVE |
| Value range | * INTERPETED: The code needs to be executed by an interpreter. * NATIVE: The code is binary and executable. |
| Effective upon OBServer restart | No |
Example:
obclient> ALTER SESSION SET plsql_code_type='INTERPRETED';