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 > Event monitor creation date

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-05-06, 09:03
udbraja udbraja is offline
Registered User
 
Join Date: Sep 2004
Posts: 111
Arrow Event monitor creation date

Team,

How we can find the Event monitor creation date ?

Is there any way?

Thanks,
R
Reply With Quote
  #2 (permalink)  
Old 04-05-06, 11:53
GertK GertK is offline
Registered User
 
Join Date: Nov 2003
Location: Netherlands
Posts: 96
I've checked the catalog tables but couldn't find any creation date in any related table so I guess you're out of luck.
Reply With Quote
  #3 (permalink)  
Old 04-07-06, 10:45
udbraja udbraja is offline
Registered User
 
Join Date: Sep 2004
Posts: 111
Arrow

mmm... That's not fair. :-(
Reply With Quote
  #4 (permalink)  
Old 04-07-06, 12:10
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
If you setup the event monitor to write to tables, you can look at the creation timestamp of those tables.

Andy
Reply With Quote
  #5 (permalink)  
Old 04-07-06, 13:12
udbraja udbraja is offline
Registered User
 
Join Date: Sep 2004
Posts: 111
Arrow

Is there any way we can get the DDL info for the event montior. Db2look did not have.
No idea who created out in data warehouse staging db and what for and whether it uses table or file space.

Thanks
Reply With Quote
  #6 (permalink)  
Old 04-07-06, 13:41
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Look in syscat.eventmonitors, syscat.events, and syscat.eventtables. These will tell you if it is writing to tables (you will see entries in eventtables).

Andy
Reply With Quote
  #7 (permalink)  
Old 04-07-06, 14:03
udbraja udbraja is offline
Registered User
 
Join Date: Sep 2004
Posts: 111
Arrow

This event monitor goes to file under /tmp/tester12. But I dont find tester12 under /tmp directory.

The challenging task is how to find out... when this event monitor was created.

Thanks
-R
Reply With Quote
  #8 (permalink)  
Old 04-07-06, 14:32
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
I think you are out of luck.

Andy
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