Originally posted by mooks
What do you mean by external function? How will it be able to detect if there are any changes made in Oracle database before updating them to mysql?
Create trigger on Oracle table and call this function/procedure from the trigger.
Triger should fire on INS/UPD/DEL.