get the list of db2 tables which have been changed since a particular timestamp say since 20120801185856 timestamp
Is there any way in IBM DB2 to get the list of tables which have been changed(updated/added/deleted) since a specific timestamp? The problem i am facing is i have restored one backup on 25 July in one box from live db server and updated this restored DB while enabling features packs. Now the live DB server has changed since customer is accessing it and i cannot restore the latest backup as box1 have some addition tables/data. So i wanted to know the list of tables which have been changed since last backup so that i can update those tables manually. Please help. If you're on DB2 for Linux/Unix