aiaiDBA

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

13718043309

010-86462881

PLW-06009: procedure "string" OTHERS handler does not end in RAISE or RAISE_APPLICATION_ERROR

PLW-06009: procedure "string" OTHERS handler does not end in RAISE or RAISE_APPLICATION_ERROR
Cause: The OTHERS handler can exit without executing some form of RAISE or or a call to the standard procedure RAISE_APPLICATION_ERROR.
Action: Good programming practices suggest that OTHERS handlers must always pass an exception upward. Inspect the program logic to determine if the handler code needs revision.

请先 登录 后评论

1 个回答

小智
PLW-06009:过程“ string ”OTHERS处理程序不会在RAISE或RAISE_APPLICATION_ERROR中结束,
.原因: OTHERS处理程序可以退出而不执行某种形式的RAISE或调用标准过程RAISE_APPLICATION_ERROR。,
.行动:良好的规划实践表明,OTHERS处理程序必须总是向上传递异常。检查程序逻辑以确定处理程序代码是否需要修改。,
.
请先 登录 后评论