plsql_code_type sets the compilation mode of PL/SQL code.
Property |
Description |
|---|---|
| Type | String |
| Default value | NATIVE |
| Value range | |
| Effective upon OBServer node restart | No |
Here is an example:
obclient> ALTER SYSDATE SET plsql_code_type='INTERPRETED';
