Oracle stored proc Bulk Collect
Hi,
I m using the BULK Collect in Oracle to improve the performance of my stored proc.
I dont know how to retrieve data from this stored proc in .net.
I am using C#.
I tried executing the stored proc using command.ExecuteReader.
It executes fine...But when I say while Reader.read(), it comes out of the loop. There is no data in the reader.
Regards,
--Monika
|