Help with PL/SQL arrays or Types
575825Aug 8 2007 — edited Aug 8 2007Hi,
I have a SQL query that returns the ID and the DESCRIPTION. I would like to loop through Ref Cursor and store these values into multi-array or something. What is the best way to achieve this? I appreciate your help.
ID DESCRIPTION
-----------------------------------------------
1 test1
2 test2
3 test3
Thanks..