Pipelined Function vs Functions returning cursors
455943Sep 28 2005 — edited Sep 29 2005Given a choice which could be better
a.Pipelined Function
b.Functions returning cursors
I guess functions returning cursors might cause problems since there is a max limit on the no. of cursors that can be simultaneously open.I dont much
about pipelined function.
Could somebody throw some light on this issue?