I’m looking for a tool that can watch database(mysql and oracle) for changes.
When someone inserts or updates something in any(or chosen) table i want to get to know about it. It could be very useful for working with others people code that do some magic in database.
I know that it can be done using triggers (see this question), but I’m more interested in some tool that can do it, something free.
Not entirely sure if this is what you’re after, but there’s JetProfiler for MySQL, which’ll let you inspect exactly what’s happening on a database, query-wise. I’m quite sure there are equivalents for Oracle…