How about enabling MONITORING?
Satish, December 08, 2004 - 11:20 pm UTC
Will not MONITORING on the table help ? one can use xxx_Tab_modifications to track the changes to the table.
December 09, 2004 - 1:09 pm UTC
it will be not exactly even close to precise....
Can you pls elaborate?
Satish, December 09, 2004 - 10:53 pm UTC
Would be great if you can demonstrate with an example.
December 10, 2004 - 1:03 am UTC
example of what?
Example
Satish, December 13, 2004 - 4:01 am UTC
Sorry Tom for not being specific. I was wondering why enabling monitoring wouldn't track Inserts, Updates and Deletes accurately. It would be great if you can elaborate on this.
December 13, 2004 - 10:09 am UTC
in order to make it efficient, the counters are incremented in a non-latched fashion -- meaning counts can be missed. It is just an "estimation that about N% of the table was changed", it is not precise by design, it didn't have to be.