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: [Q] way to check how many transactions been process

Re: [Q] way to check how many transactions been process

From: DA Morgan <damorgan_at_psoug.org>
Date: Sun, 18 Nov 2007 23:03:08 -0800
Message-ID: <1195455781.441188@bubbleator.drizzle.com>


aaa wrote:
> We have ORACLE 9ir2 on LINUX servers. Does there has way or script which can
> check how many transactions been process?
>
>
> Thnaks.

SELECT current_scn
FROM gv$database;

-- 
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Nov 19 2007 - 01:03:08 CST

Original text of this message

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