Free tool to watch database for changes?
Posted
by 01
on Stack Overflow
See other posts from Stack Overflow
or by 01
Published on 2010-05-21T08:27:27Z
Indexed on
2010/05/21
8:30 UTC
Read the original article
Hit count: 241
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.
© Stack Overflow or respective owner