aiaiDBA

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

13718043309

010-86462881

ORA-06548: no more rows needed

ORA-06548: no more rows needed
Cause: The caller of a pipelined function did not need more rows to be produced by the pipelined function.
Action: Do not catch the NO_DATA_NEEDED exception in an exception handling block.

请先 登录 后评论

1 个回答

小智
ORA-06548:不再需要行,
.原因:流水线函数的调用者不需要由管道函数生成更多的行。,
.操作:在异常处理块中不捕获NO_DATA_NEEDED异常。,
.
请先 登录 后评论