Session rowcount
Alex, February 07, 2011 - 5:21 am UTC
Does Oracle has a function that returns counter for session affected rows or some V$ view that shows total affected rows in a session?
February 07, 2011 - 6:55 am UTC
no, not that I'm aware of. This information is available on a per statement basis (sql%rowcount in plsql, available via other methods in various API's).