If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
get the list of db2 tables which have been changed since a particular 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 using v10 - maybe LASTUSED in syscat.tables can be used..
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7-V10 DB Admin - Dprop..
Information Server Datastage Certified http://www.infocura.be
if using v10 - maybe LASTUSED in syscat.tables can be used..
1) this information is not 100% reliable
2) LASTUSED is also updated on SELECTs, so you'll probably end up with the complete list of your application tables
__________________
---
"It does not work" is not a valid problem statement.