aiaiDBA

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

13718043309

010-86462881

PLW-06006: uncalled procedure "string" is removed.

PLW-06006: uncalled procedure "string" is removed.
Cause: Static program analysis determined that the procedure can never be called or executed. Therefore, it has been removed to save time during compilation and space during execution.
Action: Inspect program logic for possible defects. Disable the warning if the procedure is useful but simply not being used right now and the warning message is more annoying than helpful.

请先 登录 后评论

1 个回答

小智
PLW-06006:删除了不必要的过程“ string ”。,
.原因:静态程序分析确定该过程永远不能被调用或执行。因此,在执行期间,它已被删除以节省编译和空间的时间。,
.操作:检查程序逻辑是否存在可能的缺陷。如果该过程有用但是根本没有被使用,并且警告消息比有用的更麻烦,请禁用该警告。,
.
请先 登录 后评论