How to get the row count from a weak cursor (SYS_REFCURSOR).
763899Sep 7 2010 — edited Sep 7 2010Hi Gurus,
Is it possible to get the row count from a weak cursor like SYS_REFCURSOR? Basically i just need to know whether the rowcount exceeds a variable value (e.g. 100K).
Also how do we BULK COLLECT the weak cursors into a collection if the structure of the columns in the cursor us unknown? I want to be able to fetch data in blocks.
Rgds.