Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: transactions per time period

Re: transactions per time period

From: Dave Wotton <Dave.Wotton_at_dwotton.nospam.clara.co.uk>
Date: Tue, 12 Sep 2000 21:42:57 +0100
Message-ID: <z0Ev5.18253$%t6.1316054@nnrp3.clara.net>

Ray Stell wrote in message <8pls4q$cng$1_at_solaris.cc.vt.edu>...
>Is there a view/table that will give the number of transactions
>per period of time?

There's a PL/SQL script on my website which interrogates the v$systat view every 10 minutes (or whatever period you choose) and builds an accumulating table of the reported stats which you can then write simple SQL statements (examples included) to report against. It was written for Oracle 7.3.4 but should work for Oracle 8 (unless they've changed the statistic numbers).

URL: http://home.clara.net/dwotton/dba/monitor.htm

HTH, Dave.

--
If you reply to this posting by email, remove the "nospam" from my email
address first.
Received on Tue Sep 12 2000 - 15:42:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US