MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to track last DDL timestamp on any DB2 objects

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
mf_learner
Beginner


Joined: 04 May 2006
Posts: 11
Topics: 4

PostPosted: Thu Jul 20, 2006 4:00 pm    Post subject: How to track last DDL timestamp on any DB2 objects Reply with quote

Hi,

Are there any tables(SYSIBM) maintained in DB2 where we can check the last DDL timestamp on any particular table.
Something like all_objects or dba_objects as maintaned in ORACLE where we can check the last DDL timestamp or Status of a object.

Thanks....
_________________
Thanks
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12380
Topics: 75
Location: San Jose

PostPosted: Thu Jul 20, 2006 9:27 pm    Post subject: Reply with quote

mf_learner,

Look at the columns CREATEDTS & ALTEREDTS in Sysibm.systables.

ex:

Code:

SELECT CREATEDTS         
      ,ALTEREDTS         
  FROM SYSIBM.SYSTABLES 
 WHERE NAME  = 'table in question'
       ;                 


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group