IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to get last update/insert/delete time for a table?


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chandraBE

New User


Joined: 02 Feb 2010
Posts: 44
Location: Bangalore

PostPosted: Thu Jul 01, 2010 10:57 am
Reply with quote

Hi,

I need to know when a perticular table DB.TBALENAME last updated(i.e the the date/time when a last row added/deleted/updated in this table). As I do not have the timestamp column in the DB.TBALENAME table, I could not look into this table for date/time.

Can you please help me to get details?.

Regards,
Chandra
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Thu Jul 01, 2010 3:29 pm
Reply with quote

updatestatstime in Real time statistics tables gets updated about 30 minutes after the last update/insert/delete/reorg/load.

So if you want accuracy it's no good, but if you want to know the tables that haven't been touched in 3 months it can be useful.

In DB 9 there is also a (hidden) row change timestamp even when you didn't define a column for it, but I think it is actually pagechange.

SELECT ROW CHANGE TIMESTAMP FOR TAB , col1 FROM TAB
Back to top
View user's profile Send private message
chandraBE

New User


Joined: 02 Feb 2010
Posts: 44
Location: Bangalore

PostPosted: Thu Jul 08, 2010 11:15 am
Reply with quote

Hi GuyC,

Thanks GuyC for the deyails. They are pretty useful.

Can you please provide me sample query for getting this. I have tried using query like above, but did not work. Can you please provide some more details on this?.

Regards,
Chandra
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Jul 08, 2010 2:03 pm
Reply with quote

Chandra,
what version of db2 is running on your machine?
Back to top
View user's profile Send private message
chandraBE

New User


Joined: 02 Feb 2010
Posts: 44
Location: Bangalore

PostPosted: Fri Jul 09, 2010 11:22 am
Reply with quote

We are using version 8.1 in our shop. Do we have any facility to get this details in version 8.1?.

Please advice.

Thanks & Regards,
Chandra
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Jul 09, 2010 1:18 pm
Reply with quote

*deleted*
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Jul 09, 2010 1:33 pm
Reply with quote

GuyC wrote:
*deleted*


sometimes it is really hard to pass them up!
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts DELETE SPUFI DB2 1
No new posts Load new table with Old unload - DB2 DB2 6
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts Pulling a fixed number of records fro... DB2 2
No new posts To get the the current time DFSORT/ICETOOL 13
Search our Forums:

Back to Top