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!

query performance improvement using pipelined table function

582364Jun 11 2008 — edited Jun 11 2008
Hi,
I have got two select queries one is like...

select * from table

another is using pielined table function

select *
from table(pipelined_function(cursor(select * from table)))


which query will return result set more faster????????

suggest methods for retrieving dataset more faster (using pipelined table function) than a normal select query.

rgds
somy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2008
Added on Jun 11 2008
6 comments
863 views