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: How to calculate the size of a transaction?

Re: How to calculate the size of a transaction?

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Tue, 16 Mar 2004 22:46:54 +0100
Message-ID: <405775CE.4957FE80@oriole.com>


"Mandal, Ashoke" wrote:
>
> Greetings,
>
> I have a set of tables, in which one or multiple records get inserted as part of a transaction.
> Probably I need to find out the actual size of each row of these tables and find out the no. of rows inserted as part this transaction and then add all these row size to get the transaction size.
>
> Does anybody have any standard set of scripts, which could be used to find out the transaction size.
>
> Thanks for your help,
> Ashoke

Ashoke,

  I don't get what you are aiming for. 'transaction size' ? What's that ? A transaction is a logical unit of work. Methinks that if you are interested in the byte-shifting work, you'd rather have a look at V$ROLLSTAT and the amount of redo you generate. Certainly more meaningful figures to me.

-- 
Regards,

Stephane Faroult
Oriole Software
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Mar 16 2004 - 15:44:32 CST

Original text of this message

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