"kavin" <ka*************@gmail.comwrote in message
news:11**********************@e9g2000prf.googlegro ups.com...
Hi all,
can any one help me to get the number of transactions happened in a
database per day..
How do you define a transaction? Is that number of commits? You could do a
snapshot for database and get that information, as well as number of
inserts, deletes, etc. You would need to flush the monitors at the start of
the day, and do the snapshot at the end of the day.