IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to figure out when a record was addeed/updated in table


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dappyin

New User


Joined: 23 Dec 2006
Posts: 2
Location: Gurgaon

PostPosted: Tue Dec 22, 2009 4:45 am
Reply with quote

Hi,

I am trying to figure out of it's possible to figure out when a record was added/updated into the table. I don't have any time stamp related field in the table.

Might be a wierd requirement but was just wondering if it's possible to figure it out. Based upon this I would be able to implement a solution for my problem.

Thanks!!
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Tue Dec 22, 2009 5:41 am
Reply with quote

You've already alluded to the solution -- add a couple of columns to the table: updated_user and updated_timestamp.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Dec 22, 2009 8:37 am
Reply with quote

Hello,

Suggest you talk with your dba and ask about what is available via the db2 log.
Back to top
View user's profile Send private message
senthilssg

New User


Joined: 09 Dec 2005
Posts: 64
Location: USA

PostPosted: Tue Dec 29, 2009 3:34 am
Reply with quote

1) Check with your DBA if there is any AUDIT table exists for the given table .
If there is AUDIT table exists for your base table , you can check when the rows were deleted and who did that .

or

2) you can follow the recommendation which was mentioned by dick in this thread
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Load new table with Old unload - DB2 DB2 6
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top