Files
oceanbase/docs/docs/docs-cn/13.reference-guide/3.system-configuration-items/222.plsql_ccflags.md
zhijiuxing-alt 0cd34bf020 update docs (#297)
* update docs

* update file directories

* modify docs directory structure

Co-authored-by: He Wang <wanghechn@qq.com>
2021-08-13 13:44:50 +08:00

671 B

plsql_ccflags

plsql_ccflags 用于定义 PL 编译器的编译常量。

属性 描述
参数类型 字符串类型
默认值 空字符串
取值范围 符合 PL 编译器规范的字符串
是否重启 OBServer 生效

说明

该配置项可以任意定义变量,建议用于控制条件编译。

使用示例如下:

obclient> ALTER SESSION SET PLSQL_CCFLAGS = 'DeBug:TRUE';

obclient> ALTER SYSTEM SET PLSQL_CCFLAGS = 'DeBug:TRUE';