Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pipelined table functions

1001764Aug 12 2013 — edited Aug 13 2013

I am trying to use pipe lined table function. However, i need some help in understanding the functioning...I understand, pipelined table functions do not wait for the function to finish and starts returning data as soon as it gets. The calling program can continue processing instead of waiting. Does this mean both calling program and table functions work in parallel?

This post has been answered by Developer2Be on Aug 12 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2013
Added on Aug 12 2013
8 comments
553 views