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