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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Number of db transactions/minute

Re: Number of db transactions/minute

From: ARUN K C <arun_k_c_at_hotmail.com>
Date: Wed, 06 Dec 2000 15:14:27
Message-Id: <10702.123787@fatcity.com>


This might help u

select sum(s.value/(86400*(sysdate-i.startup_time))) "tps" from v$sysstat s,v$instance i
where s.name in ('user commits','transaction rollbacks')

>From: "Browning, Alan" <abrowning_at_moorman.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Number of db transactions/minute
>Date: Wed, 06 Dec 2000 06:25:47 -0800
>
>
>I have a need to calculate db transactions/minute for an upgrade we
>are going to do. If somebody out there can share there ideas I
>would greatly appreciate it.
>
>Thanks in Advance
>
>Alan
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Browning, Alan
> INET: abrowning_at_moorman.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).



Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com Received on Wed Dec 06 2000 - 15:14:27 CST

Original text of this message

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