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: Max transaction concurency since startup

Re: Max transaction concurency since startup

From: Stephan Bressler <stephan.bressler_at_siemens.com>
Date: Fri, 14 Feb 2003 08:55:29 +0100
Message-ID: <b2i7av$q1h$1@news.mch.sbs.de>

"Pierre HIRTH" <lepierot_at_yahoo.fr> wrote in message news:aef82276.0302130622.71aeebf9_at_posting.google.com...
> No, i would like to know what is the highest number of simultaneous
> transactions that have benn executed since the last startup.
>

Hi,
that's exactly what I said. It's buggy if you use database links (at least on 8i).
SELECT resource_name,max_utilization FROM v$resource_limit

WHERE resource_name='transactions'#

Stephan Received on Fri Feb 14 2003 - 01:55:29 CST

Original text of this message

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