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 > Informix > Last time a table/procedure was changed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-13-11, 05:22
fmalmeida fmalmeida is offline
Registered User
 
Join Date: Jul 2009
Posts: 12
Last time a table/procedure was changed

Hi..

I'm trying to get all table/procedure changed since a chosen date.
I need to know when a table or procedure was dropped/altered last time.
Is there any catalog table that stores this information? I didn't found it.

There is any other way?

Thanks and my best regards,

Fernando Almeida
Reply With Quote
  #2 (permalink)  
Old 10-13-11, 10:47
fmalmeida fmalmeida is offline
Registered User
 
Join Date: Jul 2009
Posts: 12
Ok..

For the tables I found, that I can query systables like this:

select tabname, created from systables where created > '2011-08-30' order by created desc

However, still not able to do the same with procedures.

Regards,

Fernando Almeida
Reply With Quote
  #3 (permalink)  
Old 10-13-11, 11:34
fmalmeida fmalmeida is offline
Registered User
 
Join Date: Jul 2009
Posts: 12
Ok, once again. I've googled a little bit more, and I found this link.

Based, in the post from the above link, I can't do it. Neither I have that kind of information, in the document section, neither the sysprocplan query was helpful (I guess they updated statistics).

Anyway, I hope this information, can help someone in the future.

Best Regards,

Fernando Almeida
Reply With Quote
Reply

Tags
catalog

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