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 > list of changes to the tables/structure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-23-06, 18:10
azwildcat4ever azwildcat4ever is offline
Registered User
 
Join Date: Mar 2006
Posts: 2
list of changes to the tables/structure

How do I get a system generated report for a list of changes to tables/structure in Informix.

Thanks
Reply With Quote
  #2 (permalink)  
Old 03-23-06, 18:12
azwildcat4ever azwildcat4ever is offline
Registered User
 
Join Date: Mar 2006
Posts: 2
Also looking for a way generate a report to determine the date/time stamp of changes implemented .
Reply With Quote
  #3 (permalink)  
Old 03-24-06, 10:18
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,
I suggest you that daily run dbschema -d databasename -t all -f all -q
Then compare this files.

Gustavo.
Reply With Quote
  #4 (permalink)  
Old 09-26-06, 03:26
calyan calyan is offline
Registered User
 
Join Date: Jan 2004
Posts: 28
hi

you can turn on the feature called AUDITING for all
the databases.

there are specific auditing events are there like ACTB,INRW,DIRW

you can set those events to monitor who are all accessing
the datbase/tables.

userid,timestamp,everything you can see inside the log file
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