plsql_code_type specifies the compilation mode of PL/SQL code.
| Attribute | Description |
|---|---|
| Type | String |
| Default value | NATIVE |
| Value range | |
| Effective upon restart of OBServer node | No |
Sample code:
obclient> ALTER SESSION SET plsql_code_type='INTERPRETED';
plsql_code_type specifies the compilation mode of PL/SQL code.
| Attribute | Description |
|---|---|
| Type | String |
| Default value | NATIVE |
| Value range | |
| Effective upon restart of OBServer node | No |
Sample code:
obclient> ALTER SESSION SET plsql_code_type='INTERPRETED';
Previous topic