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: Insert Rate/Second

Re: Insert Rate/Second

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Wed, 24 Aug 2005 02:39:25 +0000
Message-Id: <1124851165l.5839l.0l@medo.noip.com>

On 08/23/2005 09:28:49 PM, Bruce McCartney wrote:
> Hi Mohammed,
>
> If you want an accurate reading by table you can use dba_tab_modifications;
> something like this, I used SYSTEM so had to grant access:
>
> grant all on SYS.DBA_TAB_MODIFICATIONS to system with grant option;
>

Of course, one must be sure not do any rollbacks, because, as Niall has so masterfully proven to me, even transactions that rolled back are recorded in SYS.MON_MODS$.

-- 
Mladen Gogala
http://www.mgogala.com


--
http://www.freelists.org/webpage/oracle-l
Received on Tue Aug 23 2005 - 21:41:34 CDT

Original text of this message

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