Files
oceanbase/docs/docs-cn/13.reference-guide/3.system-configuration-items/224.plsql_debug.md
2022-02-10 14:51:49 +08:00

948 B

plsql_debug

plsql_debug 用于指定是否编译成 debug 版本。

属性 描述
参数类型 布尔类型
默认值 False
取值范围 * True:是 * False:否
是否重启 OBServer 生效

使用示例如下:

obclient> ALTER SESSION SET plsql_debug=false;