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.

 
Go Back  dBforums > Database Server Software > DB2 > View Creation Time

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-20-06, 22:09
ksolomon ksolomon is offline
Registered User
 
Join Date: Jun 2004
Posts: 38
View Creation Time

Is there is any way thru which I can find out the time in which a view was created? I tried in syscat.views, sysibm.views but its not listed there.

Thanks, Vij.
Reply With Quote
  #2 (permalink)  
Old 02-20-06, 23:09
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
I haven't checked to be sure, but views are listed in syscat.tables, where I assume you can find the creation date.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 02-21-06, 02:14
umayer umayer is offline
Registered User
 
Join Date: Dec 2005
Posts: 273
Yes, it's in SYSCAT.TABLES - column name is: CREATE_TIME ( timestamp )
Reply With Quote
  #4 (permalink)  
Old 02-21-06, 03:11
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
And to be 100% sure, remember to check the type, TYPE='V'

Cheers
Sathyaram

Quote:
Originally Posted by umayer
Yes, it's in SYSCAT.TABLES - column name is: CREATE_TIME ( timestamp )
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On