Is it possible to copy the contents of the cursor into an array?
I know its possible in .net.
How this can be done in PL\SQL? Any idea?
Is it possible to copy the contents of the cursor into an array?
I know its possible in .net.
How this can be done in PL\SQL? Any idea?
I got it.
There is no way to do this in oracle PL\SQL.
At last, I had wrote a procedure to do this.