How to get the total count of the no. or rows a cursor has fetched
673860Jun 10 2011 — edited Jun 16 2011Hi All,
Is there a way to get the number of rows a cursor query has fetched, without looping into the cursor and using a counter variable
I mean like in pl/sql table we can directly use the pl/sql table attribute .count is there a way to achieve this in cursor
thanks a lot in advance