How to check cursor stats during Runtime
AnkitVSep 23 2011 — edited Sep 24 2011Hi
I have a stored procedure running in which there is a cursor which fetches around 1500000 records and then query another table using the fetched record values.
I cannot modify the procedure as its on production.
I want to know which cursor record is currently being processed by the procedure, and how many are still remaining ?
I have cursor name.
Is there some dynamic view to check cursor stats at runtime ??
thanks.
Edited by: AnkitV on Sep 23, 2011 7:27 AM