aiaiDBA

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

13718043309

010-86462881

PLS-00370: OTHERS handler must be last among the exception handlers of a block

PLS-00370: OTHERS handler must be last among the exception handlers of a block
Cause: One or more exception handlers appear after an OTHERS handler. However, the OTHERS handler must be the last handler in a block or subprogram because it acts as the handler for all exceptions not named specifically.
Action: Move the OTHERS handler so that it follows all specific exception handlers.

请先 登录 后评论

1 个回答

小智
PLS-00370:OTHERS处理程序必须位于块的异常处理程序中,
.原因:在OTHERS处理程序之后出现一个或多个异常处理程序。但是,OTHERS处理程序必须是块或子程序中的最后一个处理程序,因为它作为特定于未指定的所有异常的处理程序。,
.操作:移动OTHERS处理程序,使其遵循所有特定的异常处理程序。,
.
请先 登录 后评论