plsql_ccflags specifies the compilation constants of the PL compiler.
| Attribute | Description |
|---|---|
| Type | String |
| Default value | Empty string |
| Value range | Strings in conformity with the rules of the PL compiler |
| Effective upon restart of OBServer node | No |
Note
You can use this parameter to define any variable. We recommend that you use it to control conditional compilation.
Sample code:
obclient> ALTER SESSION SET PLSQL_CCFLAGS = 'DeBug:TRUE';
obclient> ALTER SYSTEM SET PLSQL_CCFLAGS = 'DeBug:TRUE';