Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: number of transactions in a day
It depends upon how you (or management) define a 'transaction'. But you
could use statspack.
You would have to accept that every time the database commits or rollback is
counted as a transaction.
This has some obvious problems. Batch programs often commit at points which leave data in an functionally inconsistent state. Systems often contain processes that poll for work, and the these processes frequently update their status on the database and commit that update.
The number of transactions is calculated as the sum of the change in the number of 'user commits' and the number of 'user rollbacks' as collected from v$sysstat by the statspack snapshots.
regards
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of dd yakkali
Sent: Friday, June 01, 2007 7:18 PM
To: oracle-l_at_freelists.org
Subject: number of transactions in a day
Is there any way of knowing howmany transactions happened in a day?
Some damagement report needs this.
Any help is appreciated.
Thanks
Deen
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jun 01 2007 - 14:48:28 CDT
![]() |
![]() |