Evaluate
Weigh the pros and cons of technologies, products and projects you are considering.
Tracking row changes in DB2 tables
ISeries database expert Kent Milligan discusses how to track changes made to DB2 tables.
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
Step 2 of 2:
Is there a way to determine when a row in a table on iSeries has been added or changed? Currently there is no user field tracking this. I'm looking for some hidden DB2 function, like the RRN.
Activating journaling for this table would allow easy tracking of row changes. If an adding a new column is an option, you can add a column with the ROWID data type. DB2 will update this value each time a row is added or updated. In V6R1, DB2 for i5/OS supports the creation of a hidden timestamp column just for this purpose.