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 -> How should we find out the total redo amount for a transaction?

How should we find out the total redo amount for a transaction?

From: Jumma <juma_gandhi_at_yahoo.com>
Date: 27 Aug 2004 01:15:51 -0700
Message-ID: <c9ade84.0408270015.619249d1@posting.google.com>


Hi,  

To continue this topic further, I would like to ask how we should find out the total amount of the transactions, which are currently performed in the database.
The disadvantage, to find out the redo amount generated via CPODR_BNO column of SYS.X$KCCCP table, which we discussed earlier is that , via this process we can only find the redo amount generated for the current redo log file.

But what we can do if a particular transaction is so huge, that its redo amount span over two or more redo log files. So as far as I know, we can&#8217;t find out the total amount of redo generated of this huge transaction using above procedure.

Because the value of CPODR_BNO column of SYS.X$KCCCP table changes after every log switches. In our case log switches occur implicitly.

So the bottom line is that how can we find out the total redo amount of a huge transaction(s).

Thanks

Juma Received on Fri Aug 27 2004 - 03:15:51 CDT

Original text of this message

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