Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Max transaction concurency since startup
"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
![]() |
![]() |