We have an ORACLE 10g database with 100+ tables. The software used against this database is an order entry system.
We are looking for some software (preferably free) or script which when ran will tell us which tables had a new row INSERTED or any data UPDATED....after we have generated a new 'order' from within ... Also which sequences were used/increased.
Basically a kind of DB DIFF tool but for data instead of usual DIFF on structure/scehma.
thanks