Result Set
Kathy Overcash, December 31, 2001 - 8:57 pm UTC
Thanks a million. That's exactly what I needed.
Parag
Parag, January 01, 2002 - 7:07 am UTC
Glad to read ur Ans. Is it possible to return Multiple Cursor's from Stored Procedure/Function.
Ex u have shonw here is returning One Ref-Curosr ( Which can hold Multiple Rows & Columns ) , Instead of returning One Ref-Cursors , We wanted to return Multiple Ref-Cursers.
Secondly , How to Eexcute the same at PL-SQL Level. Beca u have shown same at SQL PLUS Level.
Regards
January 01, 2002 - 11:31 am UTC
You can return as many as you like, you can use IN OUT parameters of a ref cursor type and return as many (or as few) as you like in a single call.
I didn't show a PLSQL example cause I thought that was sort of self evident? Its a cursor, after you open it, just fetch from it if you want to process it in plsql. Its not any different from any other cursor at that point.
Broken link
Nick, December 14, 2018 - 12:01 pm UTC
December 17, 2018 - 2:13 am UTC