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 > Table accessed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-20-08, 12:35
deadmanthedba deadmanthedba is offline
Registered User
 
Join Date: Jun 2008
Posts: 16
Table accessed

DB2 V8

Is there a way to know when was a table last used?
Reply With Quote
  #2 (permalink)  
Old 08-20-08, 13:28
ani_dbforum ani_dbforum is offline
Registered User
 
Join Date: Nov 2007
Posts: 32
Look in to the LOG file. or if you want to know just the day& time then see the log file properties when it's updated last.

I'm using db2 in Unix. I'll get the log file and see the properties. It is showing the last updated time.
Reply With Quote
  #3 (permalink)  
Old 08-20-08, 14:07
deadmanthedba deadmanthedba is offline
Registered User
 
Join Date: Jun 2008
Posts: 16
My bad!!!

I din't tell you, it is a Mainframe Env. What I am looking for is not just 'when was the last time table was updated' but 'when was the last time table was accessed/used?'. Let me know if I am still not clear.

Is this possible in the first place? Do such stats get stored somewhere in cat tables?
Reply With Quote
  #4 (permalink)  
Old 08-21-08, 04:58
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
You need to use the respective monitor/auditing facilities. Per default, DB2 won't keep track of something like that because it just impacts performance negatively and most of the time no one cares about this information.

Hence, my question would be: what do you need this information for? Just for entertainment or is there a real business need for it?
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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