Free tool to watch database for changes?
- by 01
Im looking for a tool that can watch database(mysql and oracle) for changes.
When someone inserts or updates something in any table i want to get to know about it.
I know that it can be done using triggers(http://stackoverflow.com/questions/167254/watching-a-table-for-change-in-mysql), but im more interested in some tool that can do it. free tool.