I am looking at to know if any changes are made to a table on the database. We pull the Oracle table and load it in the mysql database. The oracle table is updated once in a while. Now what I do is refresh the data on mysql everyday and compare the cahgnes.
So is there any in built trigger or something which notifies me whenever a change is made in the table. Like shooting an email or something like that..so that I can pull the table to the mysql.
I am looking at to know if any changes are made to a table on the database. We pull the Oracle table and load it in the mysql database. The oracle table is updated once in a while. Now what I do is refresh the data on mysql everyday and compare the cahgnes.
So is there any in built trigger or something which notifies me whenever a change is made in the table. Like shooting an email or something like that..so that I can pull the table to the mysql.
Thanks
This looks like human-driven replication, interesting concept
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Bookmarks