audit log on normalized data
- From: "Secret Squirrel" <jbp123gg@xxxxxxxxx>
- Date: 20 Apr 2005 14:25:02 -0700
Hi,
We have a database. What make changes to tables.
We have persistent objects that map one to one with database tables.
When a change occurs to some high level things in our system, we want
to log these changes in a meaningful way. So lets say the user sets the
"Customer First Name" on an order. We want to record that the user has
set the "Customer First Name" on order 123.
Our database (and therefore our persistent objects) is normalized so
that it is often difficult to figure out what particular high level
thing a row is associated with. For example if someone changes the
"First_Name" field of the Name table, they might be changing the
"Customer First Name", or they might be changing some other field in
one of the 30 odd places our name table is used.
What's a good way to create a meaningful audit log in this situation?
Any suggestions? Any drastic solutions? Simple solutions? Anyone had a
similar experience?
Thanks,
Jon Paugh
.
- Follow-Ups:
- Re: audit log on normalized data
- From: frebe
- Re: audit log on normalized data
- From: H. S. Lahman
- Re: audit log on normalized data
- Prev by Date: Re: Confusion about splitting classes to allow sharing of resources
- Next by Date: Re: Looking for UML Diagrams exercises + solutions
- Previous by thread: Confusion about splitting classes to allow sharing of resources
- Next by thread: Re: audit log on normalized data
- Index(es):
Relevant Pages
|