Is it possible to know when and if the contents of certain tables in a database has changed? I' builting an multiuser app, and I want to notify the user if somebody else modified any relevant data. I'm using an Oracle 10g database and an .NET WinForms app.
Thanks!