Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> STATSPACK - Rollback per transaction %
Greetings,
Sent to wrong address...
Greetings
Oracle 9i Rel2 HP-UX
We collect Hourly STATSPACK snaps for the Prod. DB.
I pulled out couple of STATSPACK reports from on of our Production
Database, and see that
"Rollback per transaction %" is upper 90%'s,
I wanted to approach the DEV/App team to find out why are they rollingback more than 90% of their work,
Before that I wanted to pull out the info from all the STASPACK Snaps I
have,
I looked at the spreport.sql to see how they are arriving at this number,
Not sure how I can make use of the following SQL to pull
Rollback information for all the snaps I have.
Select .....
....
,' Rollback per transaction %:' dscr, round(100*:urol/:tran,2) pctval ,' Rows per Sort:' , decode((:srtm+:srtd) ,0,to_number(null) ,round(:srtr/(:srtm+:srtd),2))bpctval
I apprecaite your suggestions/help to pull this info, or if somebody has already have a sql that they can share.
Regards & Thanks
-- Regards & Thanks BNReceived on Thu Dec 22 2005 - 16:09:40 CST
![]() |
![]() |