× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



If the file is journaled then just look at the journal receivers.  That is about your only choice.  FWIW - I disagree with your statement 'but that's not really what journaling isfor'......

A quick google search revealed the following -  The primary function of journaling is to store record level database changes and allow those changes to be "rolled back" or undone, if needed. When a file is journaled, any changes at the record level are recorded to the journal first and are then applied to the database record. This is not to say that journaling will always be able to undo any changes that you've done to a file, but it does provide reasonably good protection and a good audit trail.


Warmest Regards,

Richard Reeve



On Wednesday, October 30, 2013 3:44 PM, Jeff Crosby <jlcrosby@xxxxxxxxxxxxxxxx> wrote:

All,

We had an issue recently about how a couple of prices got changed.  The
salesrep (who has _some_ control over pricing) says he didn't do it, and no
one in the office remembers doing it.  In fact, it was the sales rep who
brought it up wanting to know what the %#@* is going on?  :)  By looking at
month end backups, I know it happened sometime in August.  Nothing like
bringing it to our attention on a timely basis, right?

Anyway, in discussing it, the buying VP suggested a log file of changes.  I
think it's a great idea and it seems to me to be an ideal use for a
trigger.  Whenever a record is added/updated/deleted, just have the trigger
write the record to this log file.  It can have the same record layout as
the file in question, plus add a few fields such as user and timestamp.
Seem reasonable?  I've never written a trigger before but I can figure it
out.

The file is currently journaled, but that's not really what journaling is
for, IMO.

Thanks for any ideas.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.