Oracle DBA, How To, Error, Cause and Action

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.

No comments:

Post a Comment

Thanks for your comment.