- Parallel cursor method means using a READ statement inside loop. It is much more efficient than loop inside loop.
- I do not understand by
Bala krishna wrote:
But I would like to know Fetching records from DB using Parallel cursor technique?
- You mean using a SELECT statement inside a loop ? Not much appreciated, but in certain scenarios we may have to write a SELECT SINGLE statement inside a loop. or are you talking about SELECT....END SELECT which itself acts like a loop???
Regards,
Philip.