Oracle 9 Database Trigger

I need to get someone to develop a Trigger for an Oracle database that will update an MySQL table.
Essentially I have two tables with user logins. One is in Oracle and the other is in MySQL. Currently we have to manage each separately and what I want to do is have a trigger on the Oracle DB After Insert or Update that will essentially take the user information and then call an Insert or Update to the MySQL table. The table columns are not identical however the Oracle user table will be the master. It will only send Insert or Updates to the MySql, not the other way around.
Oracle and MySQL are on separate machines.

Leave a Reply

Your email address will not be published. Required fields are marked *