aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PLW-06015: parameter PLSQL_DEBUG is deprecated; use PLSQL_OPTIMIZE_LEVEL = 1

PLW-06015: parameter PLSQL_DEBUG is deprecated; use PLSQL_OPTIMIZE_LEVEL = 1
Cause: The PLSQL_DEBUG parameter was specified.
Action: The parameter PLSQL_DEBUG no longer controls the generation of debugging information by the PL/SQL compiler; debugging information is always generated and no special parameter is needed.

请先 登录 后评论

1 个回答

小智
PLW-06015:不推荐使用参数PLSQL_DEBUG; 使用PLSQL_OPTIMIZE_LEVEL = 1,
.原因:指定了PLSQL_DEBUG参数。,
.操作: PLSQL_DEBUG参数不再由PL / SQL编译器控制生成调试信息; 总是生成调试信息,不需要特殊参数。,
.
请先 登录 后评论