aiaiDBA

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

13718043309

010-86462881

PLW-06017: an operation will raise an exception

PLW-06017: an operation will raise an exception
Cause: An operation near this location is certain to raise an exception during execution; it may be a programming error because it is not an explicit RAISE.
Action: The compiler has determined that some operation near this location is certain to raise an exception during execution. This may be a programming error; consider rewriting the code. If the intention is to raise an exception, use an explicit RAISE statement.

请先 登录 后评论

1 个回答

小智
PLW-06017:一个操作会引发异常,
.原因:该位置附近的操作肯定会在执行期间引起异常; 它可能是一个编程错误,因为它不是一个明确的RAISE。,
.操作:编译器已经确定这个位置附近的某些操作肯定会在执行期间引发异常。这可能是一个编程错误; 考虑重写代码。如果意图引发异常,请使用明确的RAISE语句。,
.
请先 登录 后评论