table data difference [message #509154] |
Thu, 26 May 2011 05:42 |
seema.taunk
Messages: 96 Registered: October 2006
|
Member |
|
|
Hi,
We want to find out difference of data for some tables beween current day & previous day. We can use query with minus operation but it will take lot of time since table size is in range from 200 to 500 GB.
We have to do this exercise every day.
Is there any other method to do this?
Thanks & regards,
Seema
|
|
|
|
|
|
|
Re: table data difference [message #509169 is a reply to message #509160] |
Thu, 26 May 2011 06:28 |
cookiemonster
Messages: 13959 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
seema.taunk wrote on Thu, 26 May 2011 11:57Thanks. But we have to find out how many insertions,updations & deletions takes place in particular table in one day.
Flashback allows you to see what state the data is in at a particular point in time. You're going to find it very difficult to work out the number of DML statements from that.
As Michel says - use audit.
|
|
|